From 9204164e0ce5608ffcd8533252e0eca381f139ff Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 15:40:36 +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 0325c78..fb94510 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #8B0000; + --background: #ffffff; --card: #8B0000; --foreground: #ffffff; --primary-cta: #8B0000;