Style fixes for Definition Lists

This commit is contained in:
Eryn Wells 2024-01-15 17:07:05 -08:00
parent 5973cd882b
commit d1688c14b5
2 changed files with 16 additions and 4 deletions

View file

@ -53,6 +53,10 @@
font-family: var(--font-family-monospace);
}
dt {
font-weight: bold;
}
figcaption {
font-size: 80%;
line-height: var(--line-height);
@ -105,7 +109,6 @@
h1.gradient > a { color: inherit; }
header.site h1.site {
font-size: var(--site-header-font-size);
line-height: var(--site-heading-line-height);