Правка

This commit is contained in:
2026-02-17 21:11:41 +03:00
parent 51e45ecf18
commit 4cb14836a3

View File

@@ -5,9 +5,10 @@
*/ */
:root { :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 { .pageTitleWithDefaultLogo,
background-image: none !important; .spashLogo {
} background-image: var(--logo-url) !important;
}