changed background.png to background.jpg because new file

This commit is contained in:
jumping283 2022-08-10 12:30:08 -07:00 committed by GitHub
parent 0257efc576
commit 7a7bff2040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ body, html {
.bg-image {
/* The image used */
background-image: url("/background.png");
background-image: url("/background.jpg");
/* Add the blur effect */
filter: blur(8px);