From b51e5e528a81ef40a53991f470a64baa30b567a8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 19:41:35 +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 e2a33d1..c2ff6f7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #6e3903; + --background: #b05800; --card: #6b6767; --foreground: #0a0a0a; --primary-cta: #0f172a;