Extend footnote target CSS to backreferences (barely visible though)

This commit is contained in:
RichardG867
2025-08-16 22:45:42 -03:00
parent a822d771d5
commit 8d498ea689
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ sup > a.footnote:before { /* different from modern syntax */
sup > a.footnote:after {
content: "]";
}
li:target {
li:target, sup:target {
background: #202040;
}
a.reversefootnote {

View File

@@ -192,7 +192,7 @@ sup > a.footnote::before {
sup > a.footnote::after {
content: "]";
}
li:target {
li:target, sup:target {
background: #202040;
}
a.reversefootnote {