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