From 2d75d4b107269f645e83514bbd3ebbe477cfbb8c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:12:29 +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 1429745..31f1ad2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #000000; --card: #ffffff; --foreground: #1c1c1c; --primary-cta: #1c1c1c; -- 2.49.1