Skip to content

Commit

Permalink
test couleurs Style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeeeze committed Jul 5, 2024
1 parent 3c14dc1 commit 2598103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
color-scheme: light dark; /* both supported */
--text: #333333;
--text: #3c3c3c;
--bg: #f3eeea;
}

Expand All @@ -13,7 +13,7 @@ body {
@media (prefers-color-scheme: dark) {
:root {
--text: #f3eeea;
--bg: #333333;
--bg: #3c3c3c;
}
}

Expand Down

0 comments on commit 2598103

Please sign in to comment.