From 8e5c6b249fe1a55bb385c351d6e4e24e4b8119e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:08:50 +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 d12c3c0..3fab90b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,11 +13,11 @@ --background: #f7f6f7; --card: #ffffff; --foreground: #250c0d; - --primary-cta: #b82b40; + --primary-cta: #E46E47; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #250c0d; - --accent: #b90941; + --accent: #476E86; --background-accent: #e8a8b6; /* text sizing - set by ThemeProvider */