From 678b9f7a29ab292a510be50dda5916c1c2c115b3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 07:44:28 +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 154ce31..37942f4 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #fffafa; --card: #fff7f7; - --foreground: #00ffec; + --foreground: #a731c1; --primary-cta: #e63946; --primary-cta-text: #fffafa; --secondary-cta: #ffffff; -- 2.49.1