From b15cf8fdbf89deaf72877141d12afea658376754 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 14:54:14 +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 59826fb..0feb289 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #fd9800; --card: #c07300; - --foreground: #0F2744; + --foreground: #343b43; --primary-cta: #D4A45F; --primary-cta-text: #1E293B; --secondary-cta: #EAF4F7;