From 4af8699a0f3242540a0a768e8fad90e178bd8780 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 13:06:41 +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 2e41d74..b310872 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #fff5f8; - --card: #ffebf0; - --foreground: #3d2930; - --primary-cta: #e890a8; - --secondary-cta: #ffffff; - --accent: #f5ccd5; - --background-accent: #f0b8c4; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f8d0e8e6; + --primary-cta: #ff1493; + --secondary-cta: #1a1a1a; + --accent: #ff69b4; + --background-accent: #c71585; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);