From 42c9863d2285d032da257d38d7f836ff4527cea1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:11:48 +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 d65b7a0..aa2b795 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f9d5f5; --card: #ffdddd; - --foreground: #2f1e1e; + --foreground: #7926af; --primary-cta: #9e6ae0; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; -- 2.49.1