2025-05-10, 09:26 PM
(2025-05-10, 05:41 PM)alexmm119 Wrote:(2025-05-06, 07:20 PM)curlgrill Wrote: Beautiful theme, thanks!
I'm trying to apply the background mod link, but I can't find the file player_background_blur.js
Can someone help me?
edit: ok now I found the file but I don't know where to paste it, description says before /body in index.html but that doesn't work
You will try restart Jellyfin after applyed?
I got it to work by duplicating your github and editing some code there and in the index.html, Here's what I use now:
Code:
@import url("https://rawcdn.githack.com/ctrlalt-666/jellyfin/9adade0d7bcbd812d4481c04d0d2b5eb53f66507/startlight.css");
:root{
--color: #E0E8EA;
--wallpaper: url('http://puu.sh/Kt919/6ebe5fb256.jpg');
}