diff --git a/resources/images/EuropeBackgroundBlurred.webp b/resources/images/EuropeBackgroundBlurred.webp new file mode 100644 index 000000000..422fdeeda Binary files /dev/null and b/resources/images/EuropeBackgroundBlurred.webp differ diff --git a/src/client/index.html b/src/client/index.html index 03f2efad8..fce9ba4ff 100644 --- a/src/client/index.html +++ b/src/client/index.html @@ -56,7 +56,7 @@ .bg-image { content: ""; - background-image: url("/images/EuropeBackground.webp"); + background-image: url("/images/EuropeBackgroundBlurred.webp"); background-position: center; background-attachment: fixed; background-size: cover; @@ -73,7 +73,6 @@ position: absolute; width: 100%; height: 100vh; - backdrop-filter: blur(5px); } .dark .bg-image {