From f3db77a912c0cf6dd80d5701aa76f1b00d9c1884 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:51:42 +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 e6f25a1..1b549b9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,7 +10,7 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #7D278e; + --background: #2a242b; --card: #faf9fc; --foreground: #111111; --primary-cta: #D4A6CC; -- 2.49.1