From ff8e0f08e4c62febd616b73d2af9d292efcfc748 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 19:05:29 +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 ce73991..dc29998 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff; --accent: #b8860b; - --background-accent: #2a2410; + --background-accent: #3e3825; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1