Fix banner on homepage - add more specific selectors and remove gradient overlay
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user