Skip to content

Commit

Permalink
test couleurs Style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeeeze authored Jul 5, 2024
1 parent c7c5491 commit 3c14dc1
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: #0d1117;
--text: #333333;
--bg: #f3eeea;
}

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

Expand Down

0 comments on commit 3c14dc1

Please sign in to comment.