From 858f29a860691537d206aadec36149808362f68b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:40:45 +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 ac08984..d494289 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #081421; --card: #f9f9f9; --foreground: #ffffff; - --primary-cta: #ffffff; + --primary-cta: #081421; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #ffffff; -- 2.49.1