diff --git a/theme/darkvar.css b/theme/darkvar.css index a7eb075..fedcae3 100644 --- a/theme/darkvar.css +++ b/theme/darkvar.css @@ -898,6 +898,19 @@ progress { margin-bottom: -3px; } +/* ======================================== + КАСТОМНЫЙ БАННЕР + ======================================== */ + +/* Замена стандартного баннера Jellyfin на кастомный */ +.itemBackdrop, +.backdropImage { + background-image: url("https://cdn.jsdelivr.net/gh/OlegTolchin/Tolfin@latest/assets/banner.png") !important; + background-size: cover !important; + background-position: center !important; + background-repeat: no-repeat !important; +} + /* ======================================== МАРКЕРЫ ГЛАВ ВИДЕО ======================================== */