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