diff --git a/assets/logo.png b/assets/logo.png new file mode 100644 index 0000000..dcac3bd Binary files /dev/null and b/assets/logo.png differ diff --git a/theme/modules/change-banner.css b/theme/modules/change-banner.css index 1930121..0d081ca 100644 --- a/theme/modules/change-banner.css +++ b/theme/modules/change-banner.css @@ -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; } \ No newline at end of file