From a1abef10ca2545f232d0539128aac5f414d3feb0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:38:53 +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 8f67bfe..4f5918e 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: #f5f5f5; --primary-cta: #FFD700;