From 24ea8fb39df08f5468d64af601f45e8919e43c92 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:41:56 +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 5038a9b..4d8f448 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,11 +13,11 @@ --background: #f5f5f5; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #1f514c; + --primary-cta: #000000; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #159c49; + --accent: #000000; --background-accent: #a8e8ba; /* text sizing - set by ThemeProvider */ -- 2.49.1