From da691a8195714d9b608a45d8fe7e1f78b4af1fb6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 09:03:59 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1b816ec..8587aa8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f7f6f7; --card: #ffffff; - --foreground: #1b0c25; + --foreground: #000000; --primary-cta: #1b0c25; --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; -- 2.49.1