From 8895725d6377aec204711eb2123056c060b12fc6 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 13:20:30 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index c6b1759..6e11e6b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff; - --card: #808080; - --foreground: #0f0003e6; - --primary-cta: #1cde5d; - --secondary-cta: #f9f9f9; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --background: #f8fcff; + --card: #ffffff; + --foreground: #00101f; + --primary-cta: #409fff; + --secondary-cta: #ffffff; + --accent: #c7e2fc; + --background-accent: #9bcfff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);