From d49f621a69f8273f0d07f8947969a4c4ecc9c253 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:24:04 +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 7ad0651..3e30aaf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #000000; --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #FFD700; + --primary-cta: #ff0012; --primary-cta-text: #000000; --secondary-cta: #333333; --secondary-cta-text: #ffffff;