From 0cc2f25f172cd843cf9ccf521059859476afcd17 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 16:08:32 +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..6d5dd00 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: #fbf5e7; --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