From 488cf6de004b924c95578dea0dca7a0055aad64f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:23:57 +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 c8bb76d..0c4512d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -14,7 +14,7 @@ --card: #ffffff; --foreground: #ffffff; --primary-cta: #c5a059; - --primary-cta-text: #ffffff; + --primary-cta-text: #000000; --secondary-cta: #bfbebe; --secondary-cta-text: #000000; --accent: #c5a059; -- 2.49.1