Правка

This commit is contained in:
2026-02-17 21:31:10 +03:00
parent e24a6a5918
commit 0d74f38561
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
: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 {
@@ -13,5 +14,5 @@
}
.splashLogo {
background-image: var(--banner-url) !important;
background-image: var(--logo-url) !important;
}