From fc841b6494ef9c97d3cac13f5712a2921d407c48 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:48:08 +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 d297b6e..fd0bf50 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #f1d5de; --secondary-cta-text: #250c0d; --accent: #dfbfc9; - --background-accent: #ffffff; + --background-accent: #bb8199; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1