From 18862e4817df99ab4d4e5e27ecc9d3637db6231f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 04:55:13 +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 6d66bc8..ac94cdb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,11 +10,11 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #030128; + --background: #0c0126; --card: #241f48; --foreground: #ffffff; --primary-cta: #ffffff; - --primary-cta-text: #030128; + --primary-cta-text: #000000; --secondary-cta: #131136; --secondary-cta-text: #d5d4f6; --accent: #44358a; -- 2.49.1