From 3d3a3a226616541a2fa05041bdd8749f0e48b91b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 15:47:43 +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 07d050f..ae542bb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #1c1c1c; + --foreground: #ffffff; --primary-cta: #1c1c1c; --primary-cta-text: #0a0a0a; --secondary-cta: #ffffff; -- 2.49.1