From b3ac7cb5d87afea3d77e192426a3e7687b07fa3f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 09:04:29 +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 4b1220d..0352df5 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #1A1A1B; - --card: #232324; + --card: #ffffff; --foreground: #FFFFFF; --primary-cta: #FFFFFF; --primary-cta-text: #1A1A1B;