From a494d382bb0d8bb02658c9516639288d1ea10f73 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:21:34 +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 7884bb3..06b61dc 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #280101; --secondary-cta: #361311; --secondary-cta-text: #f6d4d4; - --accent: #51000b; + --accent: #ca2c2c; --background-accent: #ff2231; /* text sizing - set by ThemeProvider */ -- 2.49.1