Skip to content

Commit

Permalink
fix(): Drop dark bg.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 30, 2024
1 parent 57f10fa commit 93953a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
:root [data-theme="dark"] {
color-scheme: dark;
--background-sunk: 240 10% 10%;
--background: 240 3.7% 15.9%;
--background: 240 3.7% 13.9%;
--foreground: 0 0% 100%;
--card: 240 3.7% 15.9%;
--card: 240 3.7% 13.9%;
--card-foreground: 0 0% 100%;
--popover: 240 3.7% 15.9%;
--popover: 240 3.7% 13.9%;
--popover-foreground: 0 0% 100%;
--primary: 0 0% 100%;
--primary-foreground: 240 3.7% 15.9%;
--secondary: 240 3.7% 15.9%;
--primary-foreground: 240 3.7% 13.9%;
--secondary: 240 3.7% 13.9%;
--secondary-foreground: 0 0% 100%;
--muted: 240 5.3% 26.1%;
--muted-foreground: 240 4.9% 83.9%;
Expand Down

0 comments on commit 93953a2

Please sign in to comment.