From 6654cbf200da6b57c7270d51769d6bef0d0d24bc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:21:26 +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 9d0254f..7060334 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #f58718; --card: #f9f9f9; --foreground: #120a00e6; --primary-cta: #FF7B05;