From ec94d4cfb29c55bc9b11b8c507b79a32137110ac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:11:13 +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 4d7f3ca..bd10bf1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #000000; --card: #000000; --foreground: #000000; --primary-cta: #c5a059; -- 2.49.1