Skip to content

Commit

Permalink
Update base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
shiragold authored Apr 30, 2024
1 parent 96529ef commit c0e910d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/assets/css/base.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
:root {
--color-primary: lightskyblue;
--color-secondary: darkslateblue;
--color-dark: darkgray;
--color-secondary: midnightblue;
--color-dark: dimgray;
--color-light: white;
}

@media (prefers-color-scheme: dark) {
:root {
--color-primary: darkslateblue;
--color-primary: midnightblue;
--color-secondary: lightskyblue;
--color-dark: white;
--color-light: darkgray;
--color-light: dimgray;
}
}

Expand Down

0 comments on commit c0e910d

Please sign in to comment.