Skip to content

Commit

Permalink
Fixed #888
Browse files Browse the repository at this point in the history
  • Loading branch information
YamiOdymel committed Feb 7, 2023
1 parent 1581215 commit 95772e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tocas.css
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ html[data-scheme="dark"] .is-light-only {
}

@media (prefers-color-scheme: light) {
.is-dark-only {
html:not([data-scheme="dark"]) .is-dark-only {
display: none;
}
}
Expand All @@ -296,7 +296,7 @@ html[data-scheme="dark"] .is-light-only {
*/

@media (prefers-color-scheme: dark) {
.is-light-only {
html:not([data-scheme="light"]) .is-light-only {
display: none;
}
html {
Expand Down

0 comments on commit 95772e3

Please sign in to comment.