Skip to content

Commit

Permalink
fix(): Reduce dark constrast.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 30, 2024
1 parent b742b09 commit 4fbe8d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
:root [data-theme="dark"] {
color-scheme: dark;
--background-sunk: 240 10% 3.9%;
--background: 240 5.9% 10%;
--background: 240 5.9% 6%;
--foreground: 0 0% 98%;
--card: 240 5.9% 10%;
--card: 240 5.9% 6%;
--card-foreground: 0 0% 98%;
--popover: 240 5.9% 10%;
--popover: 240 5.9% 6%;
--popover-foreground: 0 0% 98%;
--primary: 0 0% 98%;
--primary-foreground: 240 5.9% 10%;
--primary-foreground: 240 5.9% 6%;
--secondary: 240 3.7% 15.9%;
--secondary-foreground: 0 0% 98%;
--muted: 240 3.7% 15.9%;
Expand Down

0 comments on commit 4fbe8d2

Please sign in to comment.