From 9f601090187af16e1b9c52fee70f5b866e9dad13 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 12 May 2026 18:28:53 +0000 Subject: [PATCH] feat: update color theme to match new design --- src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index e83c66d..57d9f5e 100644 --- a/src/index.css +++ b/src/index.css @@ -8,12 +8,12 @@ --background: #0a0a0a; --card: #1a1a1a; --foreground: #f5f5f5; - --primary-cta: #ffdf7d; + --primary-cta: #fde047; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; + --accent: #eab308; + --background-accent: #ca8a04; /* @layout/border-radius/rounded */ --radius: 1rem; -- 2.49.1