provide some styling of footnotes

This commit is contained in:
2021-02-11 18:20:42 -06:00
parent 4f45943775
commit 48c6e8495a

View File

@@ -173,3 +173,12 @@ figcaption {
margin: 5px;
display: inline;
}
.footnote {
font-size: 0.75em;
}
.footnote-ref:link, .footnote-ref:visited, .footnote-ref:hover, .footnote-ref:active {
border-bottom: none;
font-weight: normal;
}