From 72a32d9db50623bd6f53236c8ce5c28c2abfce0f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:52:00 +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 b514422..3035ca2 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -18,7 +18,7 @@ --secondary-cta: #010101; --secondary-cta-text: #ffffff; --accent: #ff7b05; - --background-accent: #0A0A0A; + --background-accent: #f2f2f2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);