From 27011b7586e92734893d6ada13c92030f679530b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:00:44 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 5c3899c..3e5fdb0 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f7f6f7; + --background: #454243; --card: #ffffff; --foreground: #25190c; --primary-cta: #423f3c; - --primary-cta-text: #f7f6f7; + --primary-cta-text: #000000; --secondary-cta: #ffffff; --secondary-cta-text: #25190c; - --accent: #6e060c; + --accent: #f9fbb0; --background-accent: #000000; /* text sizing - set by ThemeProvider */ -- 2.49.1