don't underline footnotes
All checks were successful
ci/woodpecker/push/publish Pipeline was successful

This commit is contained in:
Mylloon 2024-05-29 23:30:09 +02:00
parent 2787450c0e
commit 8e626a9640
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -273,4 +273,9 @@ nav#toc {
a.footnote-backref {
visibility: hidden;
}
/* No underline for footnotes */
.footnote-ref > a {
text-decoration: none;
}
}