diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 02fdabd..e80b5db 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -8,7 +8,7 @@ text-align: center; position: relative; overflow: hidden; - background: url('/img/background.png'); + background: url('/img/background.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; @@ -16,7 +16,7 @@ } [data-theme='dark'] .heroBanner { - background: url('/img/background.png'); + background: url('/img/background.jpg'); background-size: cover; background-position: center; background-repeat: no-repeat; diff --git a/static/img/background.jpg b/static/img/background.jpg new file mode 100644 index 0000000..5db401f Binary files /dev/null and b/static/img/background.jpg differ diff --git a/static/img/background.png b/static/img/background.png deleted file mode 100644 index e770e55..0000000 Binary files a/static/img/background.png and /dev/null differ