From c98c59b55149ea5c4d7093babe75b4f74ec8b2ef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 17:58:11 +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 e8c2a48..ab5cc0d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #000000; + --card: #ffffff; --foreground: #ffffff; --primary-cta: #c5a059; --primary-cta-text: #ffffff; -- 2.49.1