Files
Tolfin/theme/modules/change-banner.css
2026-02-17 21:28:41 +03:00

17 lines
449 B
CSS

/*
This module will change the Jellyfin banner to a custom one.
This allows you to customise the background on the homepage.
This can be used as a standalone module.
*/
:root {
--banner-url: url('https://git.tolchin.pro/api/v1/repos/Oleg/Tolfin/raw/assets/banner.png?ref=main');
}
.pageTitleWithDefaultLogo {
background-image: var(--banner-url) !important;
}
.splashLogo {
background-image: var(--banner-url) !important;
}