fix: footnote lineheight

This commit is contained in:
Cory Dransfeldt 2024-01-09 19:53:08 -08:00
parent eefc1cbb6e
commit 5e46c9a334
No known key found for this signature in database

View file

@ -39,6 +39,10 @@ blockquote {
stroke-width: var(--stroke-width-bold) !important;
}
sup.footnote-ref {
line-height: var(--line-height-xs);
}
/* links */
a {
color: var(--accent-color);