improve footnote
This commit is contained in:
parent
bb12da7ef2
commit
c13e69c29c
1 changed files with 8 additions and 3 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue