From a25d3afdfe4692d8f3b62a505fd21005d99b4513 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:43:55 +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 346abae..bc42099 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #f5f5f5; - --foreground: #1a1a1a; + --foreground: #ffffff; --primary-cta: #000000; --primary-cta-text: #ffffff; --secondary-cta: #d4d4d4;