From 90f72d4df3600395c4853f5b6473110319f8163b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 11:41:06 +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 ddf9ade..fc4e0df 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #ffffff; --secondary-cta: #1e293b; --secondary-cta-text: #ffffff; - --accent: #3b82f6; + --accent: #04225D; --background-accent: #1e3a8a; /* text sizing - set by ThemeProvider */ -- 2.49.1