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