fix random bg1 not updating correctly

This commit is contained in:
RossAscends
2023-04-26 23:10:15 +09:00
parent 8f3da37c61
commit c354f8ee30
3 changed files with 6 additions and 6 deletions

View File

@@ -180,7 +180,7 @@ code {
}
#bg1 {
background-image: url(backgrounds/tavern1.jpg);
background-image: url('backgrounds/tavern day.jpg');
z-index: -2;
}