From 749b7d2e847fe5d0b58dbd0072bd920e8d3012e4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:27:39 +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 eb48759..65eafbe 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #ffffff; --secondary-cta-text: #2b2521; --accent: #d1c7bc; - --background-accent: #e8e1da; + --background-accent: #d70a0a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1