From e6877c78e63166b36e46cc1d98e9ade19c215e7e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 14:16:11 +0000 Subject: [PATCH] Update 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 */