From e7ee9ad0641e26045d161ad5897d58934d7f5b80 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:42:53 +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 73c31a6..f4f8592 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,11 +13,11 @@ --background: #ffffff; --card: #f9f9f9; --foreground: #120a00e6; - --primary-cta: #E8F5F5; + --primary-cta: #0C5F5F; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #120a00e6; - --accent: #E8F5F5; + --accent: #0C5F5F; --background-accent: #0C5F5F; /* text sizing - set by ThemeProvider */ -- 2.49.1