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 1fb03f1 commit bd3d3e6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/assets/css/base.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
:root {
--color-primary: lightskyblue;
--color-dark: darkslateblue;
--color-secondary: darkslateblue;
--color-dark: darkgray;
--color-light: white;
}

@media (prefers-color-scheme: dark) {
:root {
--color-dark: white;
--color-light: darkslateblue;
--color-light: darkgray;
}
}

Expand Down

0 comments on commit bd3d3e6

Please sign in to comment.