From 7b57e4d42670e78d6b0948adce0e7b432ed7fe15 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 14:59:25 +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 c288feb..8f6ed00 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #f9f9f9; + --card: #000000; --foreground: #ffffff; --primary-cta: #106EFB; --primary-cta-text: #ffffff;