From 58d154782da0d3268a3effda874aba827acf3133 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:51:42 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c431510..11105ea 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -17,8 +17,8 @@ --primary-cta-text: #f7f6f7; --secondary-cta: #ffffff; --secondary-cta-text: #25190c; - --accent: #ffce93; - --background-accent: #e8cfa8; + --accent: #afa8a0; + --background-accent: #000000; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1