change /background.jpg to /maydo/background.jpg

This commit is contained in:
j 2023-01-17 12:42:06 -08:00 committed by GitHub
parent 1fae0e8a91
commit 752aacd65d
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.jpg");
background-image: url("/maydo/background.jpg");
/* Add the blur effect */
filter: blur(8px);