From b559c90cc9abdb0721bfb0122c0f3f04d37687c4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:50:36 +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 3629780..4ba4d40 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -14,7 +14,7 @@ --card: #ffffff; --foreground: #45aaeb; --primary-cta: #0798ff; - --primary-cta-text: #000000; + --primary-cta-text: #27d7f2; --secondary-cta: #ffffff; --secondary-cta-text: #0c1325; --accent: #93c7ff; -- 2.49.1