7 hours ago
(This post was last modified: 7 hours ago by Sphinx Coldhand. Edited 2 times in total.)
I want to apply a blur only to the backdrop itself only on the homepage.
I tried both of your codes, none worked out.
Here is what I used:
I tried both of your codes, none worked out.
Here is what I used:
Code:
@import 'https://cdn.jsdelivr.net/gh/alexyle/jellyfin-theme@liquid-glass/glassmorphism/theme.css';
#reactRoot:not(:has(.skinHeader.semiTransparent)) > .backdropContainer > .backdropImage {filter: blur(30px);}