From 419ae57797943a40c0945b6fada6806fc9f82b53 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:41: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 b7f8645..f1d842f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,11 +13,11 @@ --background: #fffaf5; --card: #ffffff; --foreground: #1a0f0a; - --primary-cta: #e63946; + --primary-cta: #fff042; --primary-cta-text: #ffffff; --secondary-cta: #2a2928; --secondary-cta-text: #ffffff; - --accent: #ff8c42; + --accent: #ffe642; --background-accent: #e8bea8; /* text sizing - set by ThemeProvider */ -- 2.49.1