From 6dc8af0ead4422aba46620f0c40be5517f725639 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:10:20 +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 5e4176f..51a3f10 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #F3CE92; + --card: #f1dab5; --foreground: #120a00e6; --primary-cta: #2D5A3D; --primary-cta-text: #ffffff;