From 3b408721e8ac0a832d8e49788c36169ea993d720 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 20:53:22 +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 59668b0..5187f18 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,11 +13,11 @@ --background: #ffffff; --card: #f9f9f9; --foreground: #ffffff; - --primary-cta: #0a7039; + --primary-cta: #ffffff; --primary-cta-text: #000000; --secondary-cta: #f9f9f9; --secondary-cta-text: #0a3fea; - --accent: #e2e2e2; + --accent: #000000; --background-accent: #000000; /* text sizing - set by ThemeProvider */