diff --git a/theme/modules/change-banner.css b/theme/modules/change-banner.css index e12876f..da54e1d 100644 --- a/theme/modules/change-banner.css +++ b/theme/modules/change-banner.css @@ -8,6 +8,10 @@ --banner-url: url('https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/assets/banner.png?ref=main'); } +.pageTitleWithDefaultLogo { + background-image: none !important; +} + .pageTitleWithLogo { background-image: var(--banner-url) !important; } \ No newline at end of file