From 52fb1f7b6db0cd6978db5ffb9c4156456ae5cb88 Mon Sep 17 00:00:00 2001 From: refansa Date: Sat, 10 Aug 2024 21:10:09 +0700 Subject: [PATCH] revert: css light theme styling --- src/styles/globals.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/globals.css b/src/styles/globals.css index f83f431..c027e4b 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -4,15 +4,15 @@ @layer base { :root { - --background: 0 0% 90%; + --background: 0 0% 100%; --foreground: 240 10% 3.9%; --card: 0 0% 100%; --card-foreground: 240 10% 3.9%; - --popover: 0 0% 95%; + --popover: 0 0% 100%; --popover-foreground: 240 10% 3.9%; - --primary: 33 44% 42%; + --primary: 33 44% 22%; --primary-foreground: 355.7 100% 97.3%; - --secondary: 240 4.8% 80.9%; + --secondary: 240 4.8% 95.9%; --secondary-foreground: 240 5.9% 10%; --muted: 240 4.8% 95.9%; --muted-foreground: 240 3.8% 46.1%; @@ -72,6 +72,6 @@ @apply bg-background text-foreground/90; } *::selection { - @apply bg-primary/30; + @apply bg-primary/20; } }