From b164e3529c8b72ed84892aead20b91332f50966d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 17:51:54 +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 75dbd86..bb2eb0d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #F6F2EE; + --background: #e68d35; --card: #FFFFFF; --foreground: #0B0B0B; --primary-cta: #FF6B4A; -- 2.49.1