From e53f03feffc479a72971e4724733a161818fb2ac Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 09:10:20 +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 4fd73bf..c8969be 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; + --accent: #f50606; --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ -- 2.49.1