diff --git a/static/resources/images/background.jpg b/static/resources/images/background.jpg deleted file mode 100644 index eb96abd..0000000 Binary files a/static/resources/images/background.jpg and /dev/null differ diff --git a/static/resources/images/background.webp b/static/resources/images/background.webp deleted file mode 100644 index b407854..0000000 Binary files a/static/resources/images/background.webp and /dev/null differ diff --git a/static/resources/styles/style.css b/static/resources/styles/style.css index 8b6d04c..185d4a8 100644 --- a/static/resources/styles/style.css +++ b/static/resources/styles/style.css @@ -44,7 +44,7 @@ path { bottom: 0; left: 0; z-index: 0; - background-image: url("/static/resources/images/background.avif"), url("/static/resources/images/background.webp"), url("/static/resources/images/background.jpg"); + background-image: url("/static/resources/images/background.avif"); opacity: 0.4; background-size: cover; }