Skip to content

Commit

Permalink
Update css for dark styling in pane
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Oct 27, 2023
1 parent 8638b52 commit 7b8c55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Static/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ header {
.pane a:hover, .pane a:focus, .pane li.active > a {
color: black;
}
.dark .pane a:hover, .pane a:focus, .pane li.active > a {
.dark .pane a:hover, .dark .pane a:focus, .dark .pane li.active > a {
color: white;
}

Expand Down

0 comments on commit 7b8c55b

Please sign in to comment.