From dd8a8bc14988eb6f40d51c463850bff4fb9e3722 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:19:24 +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 d4311cc..8ffe202 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #FFF6F2; --card: #A8BFA3; - --foreground: #1a0000; + --foreground: #B79E95; --primary-cta: #F4C6Cc; --primary-cta-text: #5E4B45; --secondary-cta: #ffffff; -- 2.49.1