From eeaa5852935a627fbf30ef60e6bfa0555e2baed9 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 13:25:56 +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 44ef9b4..501c407 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #f5faff; --card: #f1f8ff; - --foreground: #e66a0a; + --foreground: #ff7003; --primary-cta: #15479c; --primary-cta-text: #f5faff; --secondary-cta: #ffffff;