From 96b658b911c984c11d724c5c470320bcf0910362 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:12:08 +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 f3a0602..05d7fd3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,11 +13,11 @@ --background: #F6F3EE; --card: #ffffff; --foreground: #0F0F0F; - --primary-cta: #C8A96A; + --primary-cta: #698fc7; --primary-cta-text: #0F0F0F; --secondary-cta: #0F0F0F; --secondary-cta-text: #ffffff; - --accent: #C8A96A; + --accent: #6989c7; --background-accent: #E5E1DA; /* text sizing - set by ThemeProvider */ -- 2.49.1