From 6e82fe469eb6c032c242ffcde426826d82e96c1c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 16:33:25 +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 571f6aa..24b5285 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #020617; --card: #0f172a; --foreground: #e2e8f0; - --primary-cta: #c4d8f9; + --primary-cta: #92b9f7; --primary-cta-text: #020617; --secondary-cta: #041633; --secondary-cta-text: #e2e8f0; -- 2.49.1