From 19afbb47a53f759b66f2281955b1e5994058b760 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 09:40: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 1b816ec..88602e3 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: #ff93e4; - --background-accent: #e8a8c3; + --background-accent: #000000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1