diff --git a/src/bgBlur.css b/src/bgBlur.css new file mode 100644 index 0000000..f75bd1d --- /dev/null +++ b/src/bgBlur.css @@ -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); +}