From e9c83cd6437bf6629049aa93d7749307642b5ec8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:50:28 +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 e93b192..cbe7b5f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -12,7 +12,7 @@ --background: #d2b203; --card: #f9f9f9; - --foreground: #0f1e3a; + --foreground: #a4a504; --primary-cta: #b8965a; --primary-cta-text: #ffffff; --secondary-cta: #0f1e3a; -- 2.49.1