From a19de222cc0fad79474b29351efb8c652ba1bc55 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 11:11:00 +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 18f3fbb..d1ae28b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #060200;; - --card: #1d0d0b;; - --foreground: #ffe6d5;; - --primary-cta: #ff8c42;; - --secondary-cta: #1f0a00;; - --accent: #7b5337;; - --background-accent: #b8400c;; + --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);