Fix blur compatibility
This commit is contained in:
parent
a5e8363c95
commit
960c5fc56c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue