From 498bd2a09a3666e67fc800ed45c7646c5053a456 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 21 May 2026 06:23:18 +0000 Subject: [PATCH] Update theme colors --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index ab357d5..b0aa6a3 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #38b8c7; + --background: #7f38c7; --card: #171717; --foreground: #f5f5f5; --primary-cta: #8837d4; -- 2.49.1