From 3fd9fd3661de9bb883a69700a96b7f6a5f887b41 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:41:45 +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 92128b0..1cd6cc6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #523c72; --card: #ffffff; --foreground: #1c1c1c; - --primary-cta: #341f51; + --primary-cta: #d26187; --primary-cta-text: #f5f5f5; --secondary-cta: #ffffff; --secondary-cta-text: #1c1c1c; - --accent: #6139e6; + --accent: #523c72; --background-accent: #b3a8e8; /* text sizing - set by ThemeProvider */ -- 2.49.1