fix: fixed footer links

This commit is contained in:
Leyla Becker 2026-02-22 10:47:45 -06:00
parent 748a0b6589
commit a46e05e377
2 changed files with 26 additions and 1 deletions

View file

@ -299,11 +299,23 @@ a {
margin-bottom: var(--space-tight);
}
.footnote-ref {
vertical-align: super;
font-size: 0.75em;
line-height: 0;
}
.footnote-ref a {
color: var(--color-text-link);
text-decoration: none;
}
sup {
vertical-align: super;
font-size: 0.75em;
line-height: 0;
}
.footnote-backref {
margin-left: var(--space-tight);
text-decoration: none;