From 3ede1bd17fb9c2500a7b649fae659c4a8f79dae5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:25:00 +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 b7bb936..c49a50e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #FFF6F2; --card: #F7EFEa; - --foreground: #5E4B45; + --foreground: #4E3F3a; --primary-cta: #F4C6Cc; --primary-cta-text: #5E4B45; --secondary-cta: #E6B7B2; -- 2.49.1