normalize sup tag

This commit is contained in:
isUnknown 2025-02-21 16:16:43 +01:00
parent 5d63958374
commit 6a841d3b57

View file

@ -180,6 +180,10 @@ article p:not(:last-child) {
font-weight: var(--font-weight-bold) !important;
}
.footnote sup {
all: unset;
}
.footnote:focus-visible,
.footnote:target {
text-decoration: underline !important;