From 4ea31efce1acb14c22414069234d1aed5952211f Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:27:53 +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 ad49a24..49fe39b 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: #fcfcfc; - --foreground: #0f0f00e6; - --primary-cta: #ffae00; - --secondary-cta: #ffffff; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --background: #1a0d1d; + --card: #2d1a3a; + --foreground: #f5e6ffe6; + --primary-cta: #b366ff; + --secondary-cta: #1a0d1d; + --accent: #59437b; + --background-accent: #6b28d9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);