Support resources with kind:30023 articles

This commit is contained in:
dtonon 2026-05-19 15:14:53 +01:00
parent f6bea700f0
commit b901215e1a
13 changed files with 285 additions and 75 deletions

View file

@ -17,6 +17,24 @@ body {
display: none;
}
/* Tighter heading rhythm for all rendered (prose) content. Overrides the
typography plugin's em-based heading margins; the first block stays flush. */
.prose :is(h1, h2, h3, h4, h5, h6) {
margin-top: 0.8em;
margin-bottom: 0.3em;
font-weight: normal;
}
.prose :is(h1) {
font-size: 1.65rem;
color: var(--color-brand);
}
.prose :is(p) {
margin-top: 0;
}
.prose > :first-child {
margin-top: 0;
}
@theme {
--color-brand: #e32a6d;
--color-brand-hover: #c4205a;