From a081346ef27ba5b5d8326e09c683954cb1eb9381 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:04:41 +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 437b7e7..c5cd449 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; --accent: #e2e2e2; - --background-accent: #12af39; + --background-accent: #0A9F14; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1