From 1d13f27ec536107c5801c823c9224c5cebc2dd08 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:41:48 +0000 Subject: [PATCH] Update src/app/styles/variables.css --- 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 5038a9b..73f3d45 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; --accent: #159c49; - --background-accent: #a8e8ba; + --background-accent: #1a3d2f; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1