Add background highlight for selected footnote

This commit is contained in:
RichardG867
2025-08-16 22:40:04 -03:00
parent a362cb356a
commit dfa807f101
2 changed files with 6 additions and 0 deletions

View File

@@ -192,6 +192,9 @@ sup > a.footnote::before {
sup > a.footnote::after {
content: "]";
}
li:target {
background: #402140;
}
a.reversefootnote {
font-size: smaller;
}