diff --git a/assets/bg.png b/assets/bg.png deleted file mode 100644 index e19d320..0000000 Binary files a/assets/bg.png and /dev/null differ diff --git a/assets/bg.webp b/assets/bg.webp new file mode 100644 index 0000000..4b5828b Binary files /dev/null and b/assets/bg.webp differ diff --git a/style.css b/style.css index 8730b81..317650b 100644 --- a/style.css +++ b/style.css @@ -49,7 +49,7 @@ body { height: 100vh; z-index: -99; - background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.53)), url(/assets/bg.png); + background-image: linear-gradient(rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.53)), url(/assets/bg.webp); background-attachment: fixed; background-position: center; background-repeat: no-repeat;