Skip to content

Commit

Permalink
set color globally in dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: GRBurst <[email protected]>
  • Loading branch information
GRBurst committed May 25, 2024
1 parent 538d98d commit e9654b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,7 @@ h3.filter {

@media (prefers-color-scheme: dark) {
body {
background: #141414;
}
.search-terms-highlight {
color: #fff;
background: #141414;
}
}

0 comments on commit e9654b0

Please sign in to comment.