From 0f81ab8dd44c9bd4a6c94c4d0479d639253eda39 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:40:18 +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 097e516..dcfb5c1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #c47a3e; + --background: #576b53; --card: #1a1a1a; --foreground: #f5f5f5; --primary-cta: #dfff1c;