mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
Extend footnote target CSS to backreferences (barely visible though)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -192,7 +192,7 @@ sup > a.footnote::before {
|
||||
sup > a.footnote::after {
|
||||
content: "]";
|
||||
}
|
||||
li:target {
|
||||
li:target, sup:target {
|
||||
background: #202040;
|
||||
}
|
||||
a.reversefootnote {
|
||||
|
||||
Reference in New Issue
Block a user