From 6de4264af62e6569829517731b213222c7721f22 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 16 Jan 2026 15:05:08 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 2758a72..b5de420 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,21 +4,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; - --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; */ + /* --background: #1a1a1a;; + --card: #2a2a2a;; + --foreground: #ffe6e6;; + --primary-cta: #d32f2f;; + --secondary-cta: #1a1a1a;; + --accent: #ff6b6b;; + --background-accent: #cc0000;; */ - --background: #f5faff;; - --card: #f1f8ff;; - --foreground: #001122;; - --primary-cta: #15479c;; - --secondary-cta: #ffffff;; - --accent: #a8cce8;; - --background-accent: #7ba3cf;; + --background: #1a1a1a;; + --card: #2a2a2a;; + --foreground: #ffe6e6;; + --primary-cta: #d32f2f;; + --secondary-cta: #1a1a1a;; + --accent: #ff6b6b;; + --background-accent: #cc0000;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);