2023-09-07, 02:12 PM
(2023-09-02, 10:06 PM)DirecTV Wrote: This theme inspired me to take it a few steps further, no need to use 67% or 70% zoom in web browser for better experience now. Also has the login page tweaked as well as the home screen. Install this into your css then refresh your page!
@import url("https://cdn.jsdelivr.net/gh/DevilsDesigns/Jellyfin-DarkFlix-Theme/Darkflix-v5.1.css");
#loginPage {
background: url('https://bramptonist.com/wp-content/uploads/2018/06/netflix-image.jpg');
background-size: cover;
}
.sections.homeSectionsContainer::before {
content: '';
display: block;
background-image: url(https://1000logos.net/wp-content/uploads...x-Logo.png);
width: 80%;
margin: 1em auto 0 auto;
height: 16em;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
/* Custom Logo */
.pageTitleWithDefaultLogo {background-image: url('https://consequenceofsound.net/wp-content/uploads/2017/07/netflix-logo.png?resize=807')};
I am glad you like my theme. That edit looks pretty sweet. Im so happy im inspiring others to make edits and customizations to themes. Thanks for the work.