From 232a47f87def91f3d477d6c9cbe4173c44e43fea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:04:34 +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 762da98..9e2022c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; + --background: #30428f; --card: #ffffff; --foreground: #1a1a1a; --primary-cta: #2c5aa0; -- 2.49.1