mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-22 06:52:18 +00:00
clean up footnote backlink styling
This commit is contained in:
parent
208b3c19c3
commit
0f84fc562a
1 changed files with 5 additions and 0 deletions
|
@ -344,3 +344,8 @@ 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;
|
||||||
|
}
|
Loading…
Reference in a new issue