From d60bc75cd976f7f360ede9a66fde5c468cadcf7b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:55: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 6146d50..9f3185c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #ffffff; - --accent: #159c49; + --accent: #1f86c6; --background-accent: #a8e8ba; /* text sizing - set by ThemeProvider */ -- 2.49.1