From 26d3c3a44686c3395bfff94d6c321b4cbe3bee63 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 21:24:42 +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 e35a2cd..e90103f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #361311; --secondary-cta-text: #f6d4d4; --accent: #ca2c2c; - --background-accent: #631217; + --background-accent: #c11a25; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1