From 93d49ccc52ce445c8a4d4f7b54e67f2d19d84223 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:12:00 +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 b925f2a..28e6bf2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,9 +12,9 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #25190c; + --foreground: #121211; --primary-cta: #ff6207; - --primary-cta-text: #f7f6f7; + --primary-cta-text: #1b1b1b; --secondary-cta: #ffffff; --secondary-cta-text: #25190c; --accent: #ffce93; -- 2.49.1