From d40c4c53182d2f935b29d628753e5228c5904c3b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:39:38 +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 9a3ce7b..d3f4db3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e47105; + --background: #ffc895; --card: #ff8412; --foreground: #25190c; --primary-cta: #ff6207; -- 2.49.1