fix: fixed footer links
This commit is contained in:
parent
748a0b6589
commit
a46e05e377
2 changed files with 26 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue