From 025b9c8f07c066240a47e0ed5f338840bf2e7540 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 01:15:57 +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 bc657dc..2b2db21 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #1A1A18; - --card: #2C2C28; + --card: #ffffff; --foreground: #ffffff; --primary-cta: #C9A84C; --primary-cta-text: #1A1A18; -- 2.49.1