From 2bc2e1c28a7bb764ba1030344fc83e6a37717992 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:29:43 +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 8ca095d..2feb1fb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #FFF6F2; - --card: #F7EFEa; + --card: #E3D6Cf; --foreground: #4E3F3a; --primary-cta: #8FAE93; --primary-cta-text: #FFFFFf; -- 2.49.1