From 99148f90fe5f13ddcc079d5533bab28c92860444 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 15:11:37 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 7e4d225..6e65a6c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fafafa; - --card: #f4f4f5; - --foreground: #27272a; - --primary-cta: #3f3f46; + --background: #fafffb; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --secondary-cta: #ffffff; - --accent: #facc15; - --background-accent: #eab308; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);