Skip to content

Commit

Permalink
Fix and use new Firefox dark background color on options page
Browse files Browse the repository at this point in the history
So it blends it better.
  • Loading branch information
rugk committed Apr 29, 2022
1 parent c88ded6 commit fce7d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/photonOptions.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@media (prefers-color-scheme: dark) {
body {
background-color: #202023;
background-color: #23222b;
color: rgb(249, 249, 250);
}
h1, h2 {
Expand Down

0 comments on commit fce7d28

Please sign in to comment.