From 85c2475e4863e55c44190f41f27f7c38163b17cc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:40:00 +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 b1d8444..28866f4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,12 +12,12 @@ --background: #f5f5f5; --card: #ffffff; - --foreground: #1c1c1c; + --foreground: #ffffff; --primary-cta: #1c1c1c; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #6139e6; + --accent: #ffffff; --background-accent: #b3a8e8; /* text sizing - set by ThemeProvider */ -- 2.49.1