mirror of
https://github.com/danieladov/jellyfin-plugin-skin-manager.git
synced 2026-03-18 21:30:33 +01:00
Create bgBlur.css
This commit is contained in:
8
src/bgBlur.css
Normal file
8
src/bgBlur.css
Normal file
@@ -0,0 +1,8 @@
|
||||
:root{--bgblur: blur($px)}
|
||||
/*Blur backdrops, feel free to edit the intensity of the filter values*/
|
||||
.backdropImage {
|
||||
filter: var(--bgblur);
|
||||
}
|
||||
.backgroundContainer.withBackdrop {
|
||||
background-color: rgba(0,0,0,0);
|
||||
}
|
||||
Reference in New Issue
Block a user