Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed Jun 23, 2024
1 parent 9801eea commit eaad849
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
Expand Up @@ -2,8 +2,8 @@
color-scheme: light dark; /* both supported */
--text: #161d27;
--bg: #dddddd;
--navbar-bg-color: #161d27;
--navbar-text-color: #dddddd;
--navbar-bg-color: #dddddd;
--navbar-text-color: #161d27;
--navbar-text-color-focus: white;
--navbar-bg-contrast: hsl(0, 0%, 25%);
}
Expand All @@ -26,8 +26,8 @@ body {
:root {
--text: #dddddd;
--bg: #161d27;
--navbar-bg-color: #dddddd;
--navbar-text-color: #161d27;
--navbar-bg-color: #161d27;
--navbar-text-color: #dddddd;
/* --bgtabledark: #25282E;*/
}
}
Expand Down

0 comments on commit eaad849

Please sign in to comment.