From 07d0328a593f5938fc9199bfb7236959547c7014 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:42:16 +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 dcfb5c1..465a77e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #576b53; + --background: #22351e; --card: #1a1a1a; --foreground: #f5f5f5; --primary-cta: #dfff1c; -- 2.49.1