From b1337738102b511c730c1be7cdbd9b9d0017f0d5 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 15:57:18 +0000 Subject: [PATCH] Update src/app/globals.css --- src/app/globals.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 282492b..6da8661 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,8 +6,8 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #f5f0fce6; - --primary-cta: #b366ff; + --foreground: #ffffffe6; + --primary-cta: #ff3d4a; --secondary-cta: #1a1a1a; --accent: #737373; --background-accent: #737373;