From 1fde563e662177b501246cfc67c0df7bf6456b8c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:24:37 +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 b88eb59..62b08f6 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: #1a1a1a; --foreground: #ffffff; --primary-cta: #1f7cff; -- 2.49.1