From 471fc228798b3c701a464dea62dca5f5b899f167 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:08:58 +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 5ee36d2..37839fc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,10 +10,10 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; + --background: #ece3d1; --card: #f5faff; --foreground: #001122; - --primary-cta: #15479c; + --primary-cta: #7ba6f2; --primary-cta-text: #0A0A0F; --secondary-cta: #ffffff; --secondary-cta-text: #F5F0E8; -- 2.49.1