From e1d8ddf29a4729afa680995fbb93b33f1576979a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 21:44: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 a3e8f67..2a19c03 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; + --background: #000000; --card: #121212; --foreground: #e0e0e0; --primary-cta: #ffffff; -- 2.49.1