From dde8065e321c221506322de1bf05ba2f3f6692a1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:17:25 +0000 Subject: [PATCH] Switch to version 4: modified src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7786b93..67a2239 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,11 +13,11 @@ --background: #0a0a0a; --card: #161616; --foreground: #f0f0f0; - --primary-cta: #ffffff; + --primary-cta: #FFD700; --primary-cta-text: #0a0a0a; --secondary-cta: #1e1e1e; --secondary-cta-text: #e0e0e0; - --accent: #3b82f6; + --accent: #00FF41; --background-accent: #1f2937; /* text sizing - set by ThemeProvider */