Skip to content

Commit

Permalink
Fix footnote highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed Jan 2, 2025
1 parent 8d559ee commit dbfeee8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions static/css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
--bs-code-color: #338866;
}

a:target {
background-color: #edfff8;
}

body {
font-family: "Gentium Basic", serif;
font-size: 1.25em;
Expand Down Expand Up @@ -149,6 +145,10 @@ iframe {
margin-bottom: 0;
}

.footnote li:target {
background-color: #edfff8;
}

body .gist {
font-family: monospace;
font-size: 0.7em;
Expand Down

0 comments on commit dbfeee8

Please sign in to comment.