Skip to content

Commit

Permalink
chore: Update dark theme colors in base.css
Browse files Browse the repository at this point in the history
  • Loading branch information
synthpop123 committed Aug 24, 2024
1 parent dbb5252 commit f3079e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
--color-border: 236, 233, 233;
}
html[data-theme="dark"] {
--color-fill: 27, 32, 37;
--color-text-base: 234, 237, 243;
--color-fill: 26, 28, 27;
--color-text-base: 227, 227, 227;
--color-accent: 217, 122, 72;
--color-card: 52, 63, 96;
--color-card-muted: 138, 51, 2;
Expand Down

0 comments on commit f3079e8

Please sign in to comment.