From d63ad41a94b14b2a32ee866cbbba0d66e12c8aba Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:40:46 +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 b1260a3..ddf9ade 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000612; + --background: #04225d; --card: #001122; --foreground: #ffffff; --primary-cta: #15479c;