don't underline footnotes
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
All checks were successful
ci/woodpecker/push/publish Pipeline was successful
This commit is contained in:
parent
2787450c0e
commit
8e626a9640
1 changed files with 5 additions and 0 deletions
|
@ -273,4 +273,9 @@ nav#toc {
|
||||||
a.footnote-backref {
|
a.footnote-backref {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* No underline for footnotes */
|
||||||
|
.footnote-ref > a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue