From b2b9dc811e842f2fd97f1edb5152938a2e8bfdae Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 16:13:07 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 018e8e2..7359f78 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,14 +10,14 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #000000; - --card: #0c0c0c; - --foreground: #ffffff; + --background: #ffffff; + --card: #1f4eff; + --foreground: #9c47fc; --primary-cta: #106EFB; - --primary-cta-text: #ffffff; + --primary-cta-text: #3ceaf6; --secondary-cta: #000000; --secondary-cta-text: #ffffff; - --accent: #535353; + --accent: #bb0ffe; --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ -- 2.49.1