From e68b9d558e0e7c8c84e36e92b4197d83f6b2fe83 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:52:12 +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..3943006 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: #191970; --card: #1a1a1a; --foreground: #ffffff; --primary-cta: #1f7cff; -- 2.49.1