From d039ac48c96e128b1803d5304a62ed89b18d2f16 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sat, 23 May 2026 14:06:43 +0000 Subject: [PATCH] Updated color theme to red --- src/index.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.css b/src/index.css index 8b401c9..4bd1a4c 100644 --- a/src/index.css +++ b/src/index.css @@ -8,12 +8,12 @@ --background: #0a0a0a; --card: #1a1a1a; --foreground: #f5f5f5; - --primary-cta: #ffdf7d; - --primary-cta-text: #0a0a0a; + --primary-cta: #dc2626; /* Red */ + --primary-cta-text: #ffffff; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; + --accent: #ef4444; /* Lighter Red */ + --background-accent: #b91c1c; /* Darker Red */ /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1