1
0
Fork 0

Fix blur compatibility

This commit is contained in:
Ethanell 2021-03-25 10:30:53 +01:00
parent a5e8363c95
commit 960c5fc56c

View file

@ -17,6 +17,7 @@ body{
background-image: url("../images/51d84548-b50c-4f95-8e9e-d56c646d3ac4.gif"); background-image: url("../images/51d84548-b50c-4f95-8e9e-d56c646d3ac4.gif");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: cover;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
} }