Skip to content

Instantly share code, notes, and snippets.

@hofq
hofq / jellyfin-custom.css
Last active October 31, 2024 18:09
Jellyfin CSS to make The Movie Preview more beautiful
.noBackdropTransparency .detailPageSecondaryContainer{
background-color: rgba(0, 0, 0, 0.4);
backdrop-filter: blur(6px);
}