From c5624bf10195aaa1b54f5347d4b27010eb1902c9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:56:57 +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 e8c2a48..4cf3411 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #bfbebe; --secondary-cta-text: #090909; --accent: #c5a059; - --background-accent: #000000; + --background-accent: #fff6f6; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1