clean up footnote backlink styling

This commit is contained in:
John Bowdre 2024-01-21 21:21:30 -06:00
parent 208b3c19c3
commit 0f84fc562a

View file

@ -343,4 +343,9 @@ button.tinylytics_kudos:hover {
#back-to-top svg { #back-to-top svg {
fill: var(--link); fill: var(--link);
}
/* footnote link styling */
.footnote-backref {
text-decoration: none;
} }