From 470c93e42f51b6f082fd3a550ba9792b781f0b7b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 28 May 2026 12:03:16 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 b698441..9daddcc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,11 +12,11 @@ --background: #F5F5DC; --card: #ffffff; - --foreground: #2F241F; + --foreground: #3A5F40; --primary-cta: #B8001F; --primary-cta-text: #ffffff; --secondary-cta: #F5F5DC; - --secondary-cta-text: #2F241F; + --secondary-cta-text: #3A5F40; --accent: #C19A6B; --background-accent: #D4B996;