Skip to content

Commit

Permalink
quick light mode stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Feb 15, 2024
1 parent 5f1b4bc commit 8a83359
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ h1 {
margin-top: 0px;
}

@media (prefers-color-scheme: light) {
/*@media (prefers-color-scheme: light) {*/
:root {
color: #213547;
background-color: #ffffff;
Expand All @@ -92,4 +92,4 @@ h1 {
button {
background-color: #f9f9f9;
}
}
/*}*/

0 comments on commit 8a83359

Please sign in to comment.