From 06d3cd035237f5ab46db9ff751f12e383a9034c5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 12:59:48 +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 334e061..f0db960 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; + --background: #ff0808; --card: #1a1a1a; --foreground: #FFFFFF; --primary-cta: #FFD700; -- 2.49.1