Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed Jun 1, 2024
1 parent 1793b68 commit f9e1198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hiking/Style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* || General setup */

:root {
--text: #2a2a2a;
--text: #0d1117;
--bg: #dddddd;
}

Expand All @@ -14,7 +14,7 @@ body {
@media (prefers-color-scheme: dark) {
:root {
--text: #dddddd;
--bg: #2a2a2a;
--bg: #0d1117;
}
}

Expand Down

0 comments on commit f9e1198

Please sign in to comment.