From 66ce624cd5e649fb5c0f544c825173adf1458625 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Mon, 2 Mar 2026 17:48:03 +0100 Subject: [PATCH] jellyfin: blackout mode --- static/other/jellyfin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/other/jellyfin.css b/static/other/jellyfin.css index 04712c7..14a838f 100644 --- a/static/other/jellyfin.css +++ b/static/other/jellyfin.css @@ -128,7 +128,7 @@ scale: 1.05; } } .backgroundContainer{ - background-color: #21201b; + background-color: #000; } .pageTitleWithDefaultLogo { background-image: url(https://bocken.org/static/css/logos/logo_text_light.png);