Skip to content

Commit

Permalink
Fix targeted footnotes in dark mode (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomayac authored Feb 9, 2024
1 parent 9a84e31 commit e72c45e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/_css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,13 @@ hr {
font-size: 0.8em;
}
.footnote-item:target {
background: var(--lightyellow);
background-color: var(--lightyellow);
--html-color: var(--black);
--main-background: var(--white);
--main-and-footer-link-color: var(--darkblue);
}
.footnote-item:target > * {
color: var(--html-color);
}
.retweet {
display: inline-block;
Expand Down

0 comments on commit e72c45e

Please sign in to comment.