From af8eaa7fe77eceec4e59f924b5bd0b1ee44b2f14 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:48:09 +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..e9fe4b0 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: #151854; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #159c49; + --accent: #F77200; --background-accent: #a8e8ba; /* text sizing - set by ThemeProvider */