From baa43254c551a5b9e03483a59d683b8fbc14a9f3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:26:49 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4fd73bf..b60c1fe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; + --background: #154dce; + --card: #1590c5; --foreground: #000612e6; --primary-cta: #15479c; --primary-cta-text: #ffffff; -- 2.49.1