From 4ec5fb46d80913f583530c8bb618e7da8e74e9ea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:59:45 +0000 Subject: [PATCH] Update theme colors --- 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 c4e8b5b..e97e457 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,11 +13,11 @@ --background: #111111; --card: #1a1a1a; --foreground: #F5E6C8; - --primary-cta: #C62828; + --primary-cta: #C9A24A; --primary-cta-text: #ffffff; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffe6e6; - --accent: #8BC34A; + --accent: #9E9E9E; --background-accent: #8BC34A; /* text sizing - set by ThemeProvider */ -- 2.49.1