From edb5c31a0d7ddfe9681cfffb0870de34d0d69731 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:49:57 +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 ec743f2..7643b9c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #111111; --card: #3b1a01; --foreground: #FFFFFf; - --primary-cta: #43e9d9; + --primary-cta: #FF6B35; --primary-cta-text: #ffffff; --secondary-cta: #4de4e2; --secondary-cta-text: #ffffff; -- 2.49.1