Skip to content

Commit

Permalink
New theme
Browse files Browse the repository at this point in the history
  • Loading branch information
dodoGames committed Sep 10, 2024
1 parent 177e548 commit ee9a965
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
@layer base {
:root,
html[data-theme="light"] {
--color-fill: 251, 254, 251;
--color-text-base: 40, 39, 40;
--color-accent: 0, 108, 172;
--color-card: 230, 230, 230;
--color-card-muted: 205, 205, 205;
--color-border: 236, 233, 233;
}
--color-fill: 246, 238, 225;
--color-text-base: 1, 44, 86;
--color-accent: 225, 74, 57;
--color-card: 217, 209, 195;
--color-card-muted: 239, 216, 176;
--color-border: 220, 152, 145;
}
html[data-theme="dark"] {
--color-fill: 33, 39, 55;
--color-text-base: 234, 237, 243;
--color-accent: 255, 107, 1;
--color-card: 52, 63, 96;
--color-card-muted: 138, 51, 2;
--color-border: 171, 75, 8;
}
--color-fill: 33, 35, 61;
--color-text-base: 244, 247, 245;
--color-accent: 255, 82, 86;
--color-card: 57, 60, 102;
--color-card-muted: 74, 78, 134;
--color-border: 177, 47, 50;
}
#sun-svg,
html[data-theme="dark"] #moon-svg {
display: none;
Expand Down

0 comments on commit ee9a965

Please sign in to comment.