From bb226cfa4a08a2a20140f80363e42fbc9bf6a32b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:36:41 +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 b925f2a..53ada8e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #f7f6f7; - --card: #ffffff; + --card: #ff8412; --foreground: #25190c; --primary-cta: #ff6207; --primary-cta-text: #f7f6f7;