From ddb15f77f831e2832bc18a4a42ca8d601a0ef7b0 Mon Sep 17 00:00:00 2001 From: aidanCQ Date: Thu, 12 Dec 2024 01:08:27 +0000 Subject: [PATCH] fix(): Update colours. --- src/tokens.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/tokens.css b/src/tokens.css index 40a6b19..b4633ba 100644 --- a/src/tokens.css +++ b/src/tokens.css @@ -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%; @@ -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; @@ -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%; @@ -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%;