From 8e0dff0b8a4372d16e1073fe92c9cb4c639a01ed Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 05:18:47 +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 d31847b..d4311cc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #FFF6F2; - --card: #fdffc4; + --card: #A8BFA3; --foreground: #1a0000; --primary-cta: #F4C6Cc; --primary-cta-text: #5E4B45; -- 2.49.1