fix: footnote lineheight
This commit is contained in:
parent
eefc1cbb6e
commit
5e46c9a334
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ blockquote {
|
||||||
stroke-width: var(--stroke-width-bold) !important;
|
stroke-width: var(--stroke-width-bold) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sup.footnote-ref {
|
||||||
|
line-height: var(--line-height-xs);
|
||||||
|
}
|
||||||
|
|
||||||
/* links */
|
/* links */
|
||||||
a {
|
a {
|
||||||
color: var(--accent-color);
|
color: var(--accent-color);
|
||||||
|
|
Reference in a new issue