Skip to content

Commit dbfeee8

Browse files
committed
Fix footnote highlighting
1 parent 8d559ee commit dbfeee8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/css/site.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
--bs-code-color: #338866;
33
}
44

5-
a:target {
6-
background-color: #edfff8;
7-
}
8-
95
body {
106
font-family: "Gentium Basic", serif;
117
font-size: 1.25em;
@@ -149,6 +145,10 @@ iframe {
149145
margin-bottom: 0;
150146
}
151147

148+
.footnote li:target {
149+
background-color: #edfff8;
150+
}
151+
152152
body .gist {
153153
font-family: monospace;
154154
font-size: 0.7em;

0 commit comments

Comments
 (0)