From ebd0aabecf8bf315acbe62b01c4e442ee94c57ff Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 12:24:05 +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 5038a9b..547d90a 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -14,7 +14,7 @@ --card: #ffffff; --foreground: #1c1c1c; --primary-cta: #1f514c; - --primary-cta-text: #f5f5f5; + --primary-cta-text: #000000; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; --accent: #159c49; -- 2.49.1