Skip to content

Commit

Permalink
Bump unsunk bg.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 30, 2024
1 parent ede5602 commit 78b4c8c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
color-scheme: light;
--background: 0 0% 100%;
--background-sunk: 0 0% 98%;
--foreground: 0 0% 3.9%;
--foreground: 0 0% 8.9%;
--card: 0 0% 100%;
--card-foreground: 0 0% 3.9%;
--card-foreground: 0 0% 8.9%;
--popover: 0 0% 100%;
--popover-foreground: 0 0% 3.9%;
--popover-foreground: 0 0% 8.9%;
--primary: 0 0% 9%;
--primary-foreground: 0 0% 98%;
--secondary: 0 0% 96.1%;
Expand All @@ -26,7 +26,7 @@
--destructive-foreground: 0 0% 98%;
--border: 0 0% 89.8%;
--input: 0 0% 89.8%;
--ring: 0 0% 3.9%;
--ring: 0 0% 8.9%;
--radius: 0.3rem;
--chart-1: 12 76% 61%;
--chart-2: 173 58% 39%;
Expand All @@ -37,12 +37,12 @@

:root [data-theme="dark"] {
color-scheme: dark;
--background: 0 0% 3.9%;
--background: 0 0% 8.9%;
--background-sunk: 0 0% 0%;
--foreground: 0 0% 98%;
--card: 0 0% 3.9%;
--card: 0 0% 8.9%;
--card-foreground: 0 0% 98%;
--popover: 0 0% 3.9%;
--popover: 0 0% 8.9%;
--popover-foreground: 0 0% 98%;
--primary: 0 0% 98%;
--primary-foreground: 0 0% 9%;
Expand Down

0 comments on commit 78b4c8c

Please sign in to comment.