From 88481fac9b255dbab550f872d5c6826171316fd6 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 13:19:33 +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 abcc104..204928e 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f0fce6; - --primary-cta: #b366ff; - --secondary-cta: #1a1a1a; - --accent: #59437b; - --background-accent: #6b28d9; + --background: #060000; + --card: #1d0d0d; + --foreground: #ffe6e6; + --primary-cta: #ff3d4a; + --secondary-cta: #1f0a0a; + --accent: #7b2d2d; + --background-accent: #b8111f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);