From 4cb14836a37d54542db6d01e3de9d201223082cb Mon Sep 17 00:00:00 2001 From: Oleg Tolchin Date: Tue, 17 Feb 2026 21:11:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme/modules/change-banner.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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; +}