From 243de26f4751a13ea1b17b88b914a65ce485fbc5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:49:13 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c0301bd..4bd086a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #F5F1ED; --card: #FCF9F6; - --foreground: #8B6F47; + --foreground: #fff5e7; --primary-cta: #D64545; --primary-cta-text: #FFFFFF; --secondary-cta: #F5F1ED; -- 2.49.1