Skip to content

Commit

Permalink
use invert
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed May 8, 2024
1 parent 0a388e0 commit ffe8be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/styles/Page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
}

@media (prefers-color-scheme: dark) {
.logo {
filter: invert(1) drop-shadow(0 0 0 #666);
.logo img {
filter: invert(100%);
}
}

Expand Down

0 comments on commit ffe8be2

Please sign in to comment.