From 543c0425d6a64cf0dd5db9890bc0ebb6a6f3c0ed Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 15:03:52 +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 f16ab35..bfcb354 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,9 +12,9 @@ --background: #b917be; --card: #f9f9f9; - --foreground: #120a00e6; + --foreground: #000000; --primary-cta: #f9ded3; - --primary-cta-text: #ffffff; + --primary-cta-text: #000000; --secondary-cta: #f9f9f9; --secondary-cta-text: #120a00e6; --accent: #e2e2e2; -- 2.49.1