From 168ecdfad22283bfafcb937c6cf00663951d653b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:47:18 +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 3c65b53..bdfcb34 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #081421; - --card: #ffffff; + --card: #002B49; --foreground: #ffffff; --primary-cta: #002B49; --primary-cta-text: #ffffff; -- 2.49.1