From b4dc2dbabf83dfbe391c4c44995f895730adfd33 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:45:21 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fbd84bc..057d811 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,8 +17,8 @@ --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #e63946; - --background-accent: #e8bea8; + --accent: #159c49; + --background-accent: #a8e8ba; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1