From b0ad44cc9e6d9875a9ff6f2f82bf4eb283de25f8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:30:38 +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 5f144b6..4d1daee 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,7 +13,7 @@ --background: #fafffb; --card: #f7fffa; --foreground: #001a0a; - --primary-cta: #0a7039; + --primary-cta: #0b9e50; --primary-cta-text: #fafffb; --secondary-cta: #ffffff; --secondary-cta-text: #001a0a;