From 3a433ffff2a73a01d94ff7fe3cd046fe408f0525 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 21:53:44 +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 290a076..36f0284 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: #c8ff00; + --primary-cta: #796969; --primary-cta-text: #000000; --secondary-cta: #ff3c3c; --secondary-cta-text: #ffffff; -- 2.49.1