From 2e8fda48378c20cbfddb67ea51c7b8f101cf8f33 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:54:31 +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 041189e..99928cf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fbfcfc; + --background: #000000; --card: #ffffff; --foreground: #0a1f33; --primary-cta: #005a9c; -- 2.49.1