From 1c353ae055b77f95ccf2ca7a0a56b290aaf812ae Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 07:13:41 +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 bebdda9..ba0254b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,7 +11,7 @@ --background-accent: #ffffff; */ --background: #000000; - --card: #ffffff; + --card: #171717; --foreground: #ffffff; --primary-cta: #106EFB; --primary-cta-text: #ffffff;