Revert blur removal

2cba5e3a450b548937c7af029605472515fdfdf9

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -0Showing whitespace changes
public/css/loader.css+2 -0
@@ -11,6 +11,8 @@
1111 height: 100svh;
1212 background-color: var(--SmartThemeBlurTintColor);
1313 color: var(--SmartThemeBodyColor);
14+ /*for some reason the full screen blur does not work on iOS*/
15+ backdrop-filter: blur(30px);
1416 opacity: 1;
1517}
1618