diff --git a/theme/tolfin.css b/theme/tolfin.css index 09a98fa..7035436 100644 --- a/theme/tolfin.css +++ b/theme/tolfin.css @@ -619,13 +619,25 @@ progress { .homeBackdropContainer, .backgroundContainer.withBackdrop, .itemBackdrop, -.backdropImage { +.backdropImage, +#indexPage .backgroundContainer, +#indexPage .backdropImage { background-image: var(--banner-url) !important; background-size: cover !important; background-position: center !important; background-repeat: no-repeat !important; } +/* Убрать градиентный оверлей на главной странице */ +#indexPage .itemBackdrop::before { + display: none !important; +} + +#indexPage .darkenContent { + background: none !important; + backdrop-filter: none !important; +} + /* Размытие фонового изображения */ .layout-desktop .backdropImage { filter: blur(5px);