From d233f6ada1b70b066770f7eb0527b47b7e315fed Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 03:07:23 +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 409d667..ea4ab4c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #0a0a0a; - --card: #1a1a1a; + --card: #ff57c7; --foreground: #ffffff; --primary-cta: #1f7cff; --primary-cta-text: #f7f6f7; -- 2.49.1