diff --git a/docs/images/galaxy.png b/docs/images/galaxy.png deleted file mode 100644 index 2750de8..0000000 Binary files a/docs/images/galaxy.png and /dev/null differ diff --git a/docs/images/galaxy.webp b/docs/images/galaxy.webp new file mode 100644 index 0000000..f52e1de Binary files /dev/null and b/docs/images/galaxy.webp differ diff --git a/docs/index.css b/docs/index.css index 0130d34..2397904 100644 --- a/docs/index.css +++ b/docs/index.css @@ -9,7 +9,7 @@ body { #hero { width: 100%; overflow: hidden; - background-image: url("images/galaxy.png"); + background-image: url("images/galaxy.webp"); background-size: cover; background-position: 0 -170px; background-attachment: fixed; diff --git a/docs/index.html b/docs/index.html index 70b489b..7c25aaa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -20,7 +20,7 @@