From 321f3a7d2bfaa8cea2b2e3c9f3095477644172f7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 09:58:26 +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 42cefb0..0458739 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #ffffff; --secondary-cta-text: #1a0000; --accent: #ffffff; - --background-accent: #f09199; + --background-accent: #ffffff; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1