From 4e3126afcb30f330cb53226069ed04bc284c8d06 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:37:51 +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 fcbc66d..47523f6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f5e8ee; - --card: #fcffd8; + --card: #fdffe6; --foreground: #4E3F3a; --primary-cta: #8FAE93; --primary-cta-text: #FFFFFf; -- 2.49.1