Skip to content

Commit

Permalink
Update Style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
bobeeeze authored Jul 5, 2024
1 parent b6d34c4 commit 54b4a55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Style.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
:root {
color-scheme: light dark; /* both supported */
--text: #545454;
--text: #3c3c3c;
--bg: #3eeea;
--navbar-text-color: #545454;
--navbar-text-color: #3c3c3c;
--navbar-bg-color: #3eeea;
--navbar-text-color-focus: white;
--navbar-bg-contrast: hsl(0, 0%, 25%);
Expand All @@ -19,7 +19,7 @@ body {
--text: #3eeea;
--bg: #545454;
--navbar-text-color: #3eeea;
--navbar-bg-color: #545454;
--navbar-bg-color: #3c3c3c;
/* --bgtabledark: #25282E;*/
}
}
Expand Down

0 comments on commit 54b4a55

Please sign in to comment.