From a252479caf19c18fe271bc45e3fe51a5d00bfb60 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Sun, 28 Dec 2025 12:58:13 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 80e6c8a..f55db89 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -5,12 +5,12 @@ /* --vw is set by ThemeProvider */ --background: #ffffff; - --card: #fcfcfc; - --foreground: #120006e6; - --primary-cta: #e63946; + --card: #f7fffa; + --foreground: #001a0a; + --primary-cta: #0a7039; --secondary-cta: #ffffff; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #a8d9be; + --background-accent: #6bbf8e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);