Skip to content

Commit dfa807f

Browse files
committed
Add background highlight for selected footnote
1 parent a362cb3 commit dfa807f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

assets/css/style-reduced.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ sup > a.footnote:before { /* different from modern syntax */
103103
sup > a.footnote:after {
104104
content: "]";
105105
}
106+
li:target {
107+
background: #402140;
108+
}
106109
a.reversefootnote {
107110
font-size: smaller;
108111
}

assets/css/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ sup > a.footnote::before {
192192
sup > a.footnote::after {
193193
content: "]";
194194
}
195+
li:target {
196+
background: #402140;
197+
}
195198
a.reversefootnote {
196199
font-size: smaller;
197200
}

0 commit comments

Comments
 (0)