From 1498911352f7f481d3fc8234d5e818c2d705f29f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:05:16 +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 762da98..1a98916 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,12 +10,12 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4f0; + --background: #30428f; --card: #ffffff; --foreground: #1a1a1a; --primary-cta: #2c5aa0; --primary-cta-text: #f5f4f0; - --secondary-cta: #f5f4f0; + --secondary-cta: #3b5f9a; --secondary-cta-text: #1a1a1a; --accent: #4a7bc4; --background-accent: #e8e6e1; -- 2.49.1