Skip to content

Commit

Permalink
fix(): Update colours.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 12, 2024
1 parent b34d6bf commit ddb15f7
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 @@ -5,10 +5,10 @@
--paper: 240 4.8% 100%;

--card: 0 0% 100%;
--card-foreground: 240 10% 3.9%;
--card-foreground: 240 10% 5.9%;

--popover: 0 0% 100%;
--popover-foreground: 240 10% 3.9%;
--popover-foreground: 240 10% 5.9%;

--primary: 240 5.9% 10%;
--primary-foreground: 0 0% 98%;
Expand All @@ -27,7 +27,7 @@

--border: 240 5.9% 88%;
--input: 240 5.9% 88%;
--ring: 240 10% 3.9%;
--ring: 240 10% 5.9%;

--radius: 0.5rem;

Expand All @@ -43,14 +43,14 @@

:root [data-theme="dark"] {
color-scheme: dark;
--background: 240 10% 3.9%;
--background: 240 10% 5.9%;
--foreground: 0 0% 98%;
--paper: 240 3.7% 7.9%;

--card: 240 10% 3.9%;
--card: 240 10% 5.9%;
--card-foreground: 0 0% 98%;

--popover: 240 10% 3.9%;
--popover: 240 10% 5.9%;
--popover-foreground: 0 0% 98%;

--primary: 0 0% 98%;
Expand All @@ -66,7 +66,7 @@
--accent-foreground: 0 0% 98%;

--destructive: 0 84% 60%;
--destructive-foreground: 240 10% 3.9%;
--destructive-foreground: 240 10% 5.9%;

--border: 240 3.7% 16.9%;
--input: 240 3.7% 26.9%;
Expand Down

0 comments on commit ddb15f7

Please sign in to comment.