From 632be44fe8b24dceaa3a27491bd64dd6aa6930d5 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Tue, 19 Mar 2024 10:49:37 +0100 Subject: [PATCH] update jellyfin css to current state --- static/other/jellyfin.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/other/jellyfin.css b/static/other/jellyfin.css index d82bb2e..8984b7d 100644 --- a/static/other/jellyfin.css +++ b/static/other/jellyfin.css @@ -7,8 +7,6 @@ under Server -> General -> Custom CSS Code .chapterThumbContainer{ width: min(80vw, 500px, 50vh); } -/* Attempt to change accent color */ - :root{ --nord0: #2E3440; --blue: #5E81AC; @@ -131,6 +129,9 @@ scale: 1.05; font-size: initial !important; } } -.emby-scroller{ - overflow: visible !important; +.backgroundContainer{ + background-color: #21201b; +} +.pageTitleWithDefaultLogo { + background-image: url(https://bocken.org/static/css/logos/logo_text_light.png); }