From c9e71abb3c599d2a9819f305435807047c46baf8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:03:16 +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 d338fd6..f191876 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #000000; - --foreground: #ececec; + --foreground: #1b1b1b; --primary-cta: #c5a059; --primary-cta-text: #ffffff; --secondary-cta: #bfbebe; -- 2.49.1