From b09395183acddd52540b00e92d6caa6bb9db3622 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:59:20 +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 11105ea..5c3899c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,7 +17,7 @@ --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #25190c; - --accent: #afa8a0; + --accent: #6e060c; --background-accent: #000000; /* text sizing - set by ThemeProvider */ -- 2.49.1