From 7db7cc643b8475f8a29838740b1bdc7244fed1f0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 17:33:53 +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 32083d5..5095884 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #e3deea; + --background: #6bdcc2; --card: #ffffff; --foreground: #27231f; --primary-cta: #27231f; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; --secondary-cta-text: #27231f; - --accent: #c68a62; + --accent: #dc8c57; --background-accent: #c68a62; /* text sizing - set by ThemeProvider */ -- 2.49.1