From 06f1cd26744f53a47d298ba40382d20b3bcde9ed Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:24:06 +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 b641ecf..d6d68ca 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #F6F0E9; - --card: #c58421; + --card: #ffffff; --foreground: #6c503c; --primary-cta: #8B0000; --primary-cta-text: #ffffff; -- 2.49.1