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 227e4ce commit 045c983
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,6 +1,6 @@
:root {
color-scheme: light dark; /* both supported */
--text: #0d1117;
--text: #161d27;
--bg: #dddddd;
--navbar-bg-color: hsl(0, 0%, 15%);
--navbar-text-color: hsl(0, 0%, 85%);
Expand All @@ -25,8 +25,8 @@ body {
@media (prefers-color-scheme: dark) {
:root {
--text: #dddddd;
--bg: #0d1117;
--bgtabledark: #25282E;
--bg: #161d27;
/* --bgtabledark: #25282E;*/
}
}

Expand Down

0 comments on commit 045c983

Please sign in to comment.