slightly tweak footnote refs, and actually style footnotes

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2026-02-18 16:42:20 -06:00
parent b10fe555df
commit 7ec8c05bb4

View File

@@ -164,14 +164,19 @@ figcaption {
font-size: 0.9em; font-size: 0.9em;
} }
.footnote { div.content .footnote {
font-size: 0.8em; font-size: 0.8em;
} }
.footnote p { div.content .footnote p {
margin: 0; margin: 0;
} }
.footnote-ref:link, .footnote-ref:visited, .footnote-ref:hover, .footnote-ref:active { .footnote-ref:link, .footnote-ref:visited, .footnote-ref:hover, .footnote-ref:active {
font-weight: normal; font-weight: normal;
} }
.footnote-ref {
font-size: 0.75em;
margin-left: 1px;
}