💄 style: use serif font in footnote numbers

For consistency with the paragraph and note contents.
This commit is contained in:
welpo 2023-02-22 03:00:33 +01:00
parent 611790ab2b
commit 872992b426
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -130,6 +130,7 @@ table tbody tr:nth-child(even) {
border-top: 1px solid var(--border-color); border-top: 1px solid var(--border-color);
padding-top: 1rem; padding-top: 1rem;
sup { sup {
font-family: var(--serif-font);
font-size: 0.75rem; font-size: 0.75rem;
margin-right: 0.15rem; margin-right: 0.15rem;
} }