From 25f3d3273f479f2b32759d2d7497861a8605b73b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 06:38:39 +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 fbd84bc..729bae4 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