improve footnote

This commit is contained in:
madrilene 2024-02-08 10:46:53 +01:00
parent bb12da7ef2
commit c13e69c29c

View file

@ -3,10 +3,15 @@
} }
.footnote-ref { .footnote-ref {
font-size: var(--size-step-min-1); font-size: var(--size-step-min-2);
vertical-align: super; vertical-align: super;
margin-inline-start: var(--space-xs); margin-inline-start: 0.1ch;
color: var(--color-secondary); color: var(--color-text-accent);
}
.footnote-ref a {
text-decoration: none;
padding: 0.3ch;
} }
.footnote-backref { .footnote-backref {