From 2b87591461fd89359c986784a912908cd5729bd3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:56:35 +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 b3192ed..17ffed8 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #ffffff; --secondary-cta-text: #001122; --accent: #02a420; - --background-accent: #7ba3cf; + --background-accent: #006704; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1