Skip to content

Commit

Permalink
Abandon minimum viable dark mode, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danott committed Jan 14, 2024
1 parent 6ccd3ca commit 465ac1c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions site/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,3 @@ img {
max-width: 100%;
height: auto;
}

@media (prefers-color-scheme: dark) {
html {
filter: invert(90%) hue-rotate(25deg);
}
}

0 comments on commit 465ac1c

Please sign in to comment.