From a497562b9b253729e5f16c2e345d5e239a4e4841 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 02:54:39 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 0600eb7..aef14bd 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; - --card: #ffffff; + --background: #383434; + --card: #564b4b; --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --primary-cta: #1a752a; --primary-cta-text: #ffffff; --secondary-cta: #ffffff; --secondary-cta-text: #f5fffae6; - --accent: #e2e2e2; + --accent: #343131; --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ -- 2.49.1