jellyfin: markers correct color
All checks were successful
CI / update (push) Successful in 16s

This commit is contained in:
2024-08-17 13:16:51 +02:00
parent 2523ca3d31
commit 176ffae32c

View File

@ -3,10 +3,6 @@ This file styles jellyfin and can be imported by adding:
@import url("https://bocken.org/other/jellyfin.css");
under Server -> General -> Custom CSS Code
*/
/* jellyscrub default: width: 15vw, annoying for smaller screen sizes */
.chapterThumbContainer{
width: min(80vw, 500px, 50vh);
}
:root{
--nord0: #2E3440;
--blue: #5E81AC;
@ -87,7 +83,7 @@ border-color: var(--blue);
.emby-checkbox:checked + span + .checkboxOutline,
.itemProgressBarForeground,
.taskProgressInner,
.slideMarker.watched
.sliderMarker.watched
{
background-color: var(--blue) !important;
}