From b235a6bfe4a43b2e469c6fd79de3ab00148d3b46 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:03:45 +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 5d6c5e3..9e30628 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f2ff12; + --background: #888587; --card: #141414; --foreground: #f5f5f5; --primary-cta: #d4af37; -- 2.49.1