From 51ec9e6adb7d7d6d8f008cb2bfd91168debe03c5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:15:44 +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 4422e4f..3b950eb 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; + --card: #000000; --foreground: #000f06e6; --primary-cta: #000000; --primary-cta-text: #ffffff; -- 2.49.1