From d4161d5a41a1ca104b012160c192812983ba4c5a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:03:35 +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 f191876..f771102 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: #7a7a7a; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1