diff --git a/assets/background.jpg b/assets/background.jpg deleted file mode 100644 index 6569fdd..0000000 Binary files a/assets/background.jpg and /dev/null differ diff --git a/assets/background.webp b/assets/background.webp new file mode 100644 index 0000000..78b20db Binary files /dev/null and b/assets/background.webp differ diff --git a/assets/style.css b/assets/style.css index e551544..6627301 100644 --- a/assets/style.css +++ b/assets/style.css @@ -2,7 +2,7 @@ .default-theme { background-color: rgba(12, 12, 12, 1.0); color: rgba(204, 204, 204, 1.0); - background-image: url(background.jpg); + background-image: url(background.webp); background-size: cover; background-repeat: no-repeat; }