From 56c34a3c217157dfedb7255f38814d49ee64c2f5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:02:30 +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 8fea905..08b6386 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f708e3; --card: #f9f9f9; - --foreground: #120a00e6; + --foreground: #fa07f9; --primary-cta: #e51bcc; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9;