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