From 89e0f69f6c19bcf7751914dac88e714f1fccb15b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:00: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 f0db960..0d581fb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ff0808; + --background: #1d1010; --card: #1a1a1a; --foreground: #FFFFFF; --primary-cta: #FFD700; -- 2.49.1