From a8dd152a558b6c90bfdd82471e6e5e90f8717c61 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:33:07 +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 7cc4146..b945c8a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #FFF6F2; - --card: #e4b9cc; + --card: #CDB8D8; --foreground: #4E3F3a; --primary-cta: #8FAE93; --primary-cta-text: #FFFFFf; -- 2.49.1