From 960c5fc56c560c4e7e7970e6623a803c97570067 Mon Sep 17 00:00:00 2001 From: flifloo Date: Thu, 25 Mar 2021 10:30:53 +0100 Subject: [PATCH] Fix blur compatibility --- sources/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/css/style.css b/sources/css/style.css index eded58a..789e86c 100644 --- a/sources/css/style.css +++ b/sources/css/style.css @@ -17,6 +17,7 @@ body{ background-image: url("../images/51d84548-b50c-4f95-8e9e-d56c646d3ac4.gif"); background-repeat: no-repeat; background-size: cover; + -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }