From 1c060df00856e587fb1b2b86df06ab16c6080bc6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 16:01:08 +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 bd1cfb6..b1ec399 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fdfaf6; + --background: #1f1d1d; --card: #ffffff; --foreground: #3d2b1f; --primary-cta: #8b5cf6; --primary-cta-text: #ffffff; --secondary-cta: #fdfaf6; --secondary-cta-text: #3d2b1f; - --accent: #e5d3b3; + --accent: #b71a3e; --background-accent: #fdfaf6; /* text sizing - set by ThemeProvider */ -- 2.49.1