mirror of
https://github.com/86Box/86box.github.io.git
synced 2026-02-21 09:05:35 -07:00
Add background highlight for selected footnote
This commit is contained in:
@@ -103,6 +103,9 @@ sup > a.footnote:before { /* different from modern syntax */
|
||||
sup > a.footnote:after {
|
||||
content: "]";
|
||||
}
|
||||
li:target {
|
||||
background: #402140;
|
||||
}
|
||||
a.reversefootnote {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
@@ -192,6 +192,9 @@ sup > a.footnote::before {
|
||||
sup > a.footnote::after {
|
||||
content: "]";
|
||||
}
|
||||
li:target {
|
||||
background: #402140;
|
||||
}
|
||||
a.reversefootnote {
|
||||
font-size: smaller;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user