From 39dd74ed23c10097ced0853038a2cef1bae96122 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:47:30 +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 268efc3..ae9b005 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #793f00; + --background: #000000; --card: #1a1a1a; --foreground: #ffffffe6; --primary-cta: #e6e6e6; -- 2.49.1