Skip to content

Commit

Permalink
Merge pull request #867 from frogdesk/master
Browse files Browse the repository at this point in the history
Adding a dark background for dark mode users
  • Loading branch information
Azgaar authored Sep 5, 2022
2 parents 409681d + a311a5f commit 931c5d3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2335,3 +2335,9 @@ svg.button {
display: none;
}
}

@media (prefers-color-scheme: dark) {
body {
background: #25252a;
}
}

0 comments on commit 931c5d3

Please sign in to comment.