From 10a5a88849ac3b8c1da076e851910a11398536a6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 09:04:48 +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 70a15c9..76bd9d1 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #ffffff; --secondary-cta-text: #1b0c25; --accent: #cbba97; - --background-accent: #e8a8c3; + --background-accent: #e8e1a7; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1