From 25a1eaedc06998036e8f7d802dd01387ed37ecac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 00:29:55 +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 f986be3..f58662c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #0b0058; + --foreground: #040020; --primary-cta: #ff8c42; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9;