update jellyfin css to current state

This commit is contained in:
Alexander Bocken 2024-03-19 10:49:37 +01:00
parent dda25edd4b
commit 632be44fe8
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -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);
}