Skip to content

Commit

Permalink
Update Style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeeeze committed Jul 5, 2024
1 parent 00d0a61 commit f234ecc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
:root {
color-scheme: light dark; /* both supported */
--text: #3c3c3c;
--bg: #3eeea;
--bg: #f3eeea;
--navbar-text-color: #3c3c3c;
--navbar-bg-color: #3eeea;
--navbar-bg-color: #f3eeea;
--navbar-text-color-focus: white;
--navbar-bg-contrast: hsl(0, 0%, 25%);
}
Expand All @@ -16,9 +16,9 @@ body {

@media (prefers-color-scheme: dark) {
:root {
--text: #3eeea;
--text: #f3eeea;
--bg: #3c3c3c;
--navbar-text-color: #3eeea;
--navbar-text-color: #f3eeea;
--navbar-bg-color: #333333;
/* --bgtabledark: #25282E;*/
}
Expand Down

0 comments on commit f234ecc

Please sign in to comment.