From d9dec4eb177a23c9d566290a86f54f8664e2bd47 Mon Sep 17 00:00:00 2001 From: Oleg Tolchin Date: Tue, 17 Feb 2026 18:48:32 +0300 Subject: [PATCH] asd --- theme/modules/change-banner.css | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) diff --git a/theme/modules/change-banner.css b/theme/modules/change-banner.css index 389744c..f766c79 100644 --- a/theme/modules/change-banner.css +++ b/theme/modules/change-banner.css @@ -8,23 +8,7 @@ --banner-url: url('https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/assets/banner.png?ref=main'); } -/* Custom banner for background */ -.homeBackdropContainer, -.backgroundContainer.withBackdrop, -.itemBackdrop, -.backdropImage { +.pageTitleWithDefaultLogo, +.splashLogo { background-image: var(--banner-url) !important; - background-size: cover !important; - background-position: center !important; - background-repeat: no-repeat !important; -} - -/* Remove gradient overlay on homepage */ -#indexPage .itemBackdrop::before { - display: none !important; -} - -#indexPage .darkenContent { - background: none !important; - backdrop-filter: none !important; -} +} \ No newline at end of file