From 9db5910c08a3470a37f8f00fef10a576f01ba69c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 09:07:03 +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 0d92510..bf24661 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #ffffff; --card: #f9f9f9; - --foreground: #000f06e6; + --foreground: #FF8F00; --primary-cta: #000000; --primary-cta-text: #ff8f00; --secondary-cta: #f9f9f9;