From 2828274d72d6dbf46c5beb13d79b26162632d95c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:48:57 +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 28b1cbe..f96001d 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: #1a1a1a; --foreground: #ffffff; --primary-cta: #8b5cf6; -- 2.49.1