From 1ae280b97fd9eb182af3d748f8728dafd5ea1add Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 09:58:22 +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 e0033cf..42cefb0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #fffafa; --secondary-cta: #ffffff; --secondary-cta-text: #1a0000; - --accent: #f5c4c7; + --accent: #ffffff; --background-accent: #f09199; /* text sizing - set by ThemeProvider */ -- 2.49.1