From e64bf0224d4b58432e565defacd88f9fc23e335e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 24 May 2026 20:55:47 +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 877b17a..47b2914 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #0a0a0a; --card: #1a1a1a; --foreground: #ffffff; - --primary-cta: #ff4500; + --primary-cta: #ff8600; --primary-cta-text: #ffffff; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; -- 2.49.1