From c092ad3ee9efdc84c400f046c54f53f0085344e8 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 10:37:55 +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 26fbe02..4d983cb 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #0a0600; - --card: #1d0d0b; - --foreground: #ffe6d5; - --primary-cta: #ffae00; - --secondary-cta: #1f0a00; - --accent: #7b5337; - --background-accent: #b8400c; + --background: #1a0d14; + --card: #2a1a22; + --foreground: #ffe0e8; + --primary-cta: #ff1493; + --secondary-cta: #ffb6d9; + --accent: #ff69b4; + --background-accent: #c71585; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1