provide some styling of footnotes

This commit is contained in:
Brian S. Stephan 2021-02-11 18:20:42 -06:00
parent 4f45943775
commit 48c6e8495a
1 changed files with 9 additions and 0 deletions

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;
}