From 81067978a199ffe2c4c8c37f86314cdae0389109 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:37:09 +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 352fa43..e14d86d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #000000; --card: #f9f9f9; - --foreground: #ffffff; + --foreground: #000000; --primary-cta: #dc8e09; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; -- 2.49.1