2024-06-25, 01:16 PM
(2024-06-25, 02:00 AM)bpawnz Wrote: Do you have a code snippet to change the login splash screen background. the snippet i have used with other themes before doesn't work. Thank you for your help and i like the theme alot!
Code:
@import url("https://cdn.jsdelivr.net/gh/DevilsDesigns/Jellyfin-DarkFlix-Theme/v4/Jellyfin-Darkflix-v4.css");
#loginPage {
background: url('https://i.ytimg.com/vi/avCWDDox1nE/maxresdefault.jpg') !important;
background-size: cover;
}