From 4349ee04729c3d2435a33e9ec0cd33a95141a403 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:28:52 +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 d2ffc19..da7c638 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f5f5f5; --card: #ffffff; - --foreground: #1c1c1c; + --foreground: #ad37ad; --primary-cta: #1f3251; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff;