This commit is contained in:
2024-08-30 23:47:30 +02:00
parent fe0e618c76
commit 0a09ad4e24
5 changed files with 36 additions and 59 deletions

View File

@@ -27,6 +27,16 @@ body::before,
pointer-events: none;
}
#canvas {
background-image: url(img/pixel-city-chill.gif);
background-size: cover;
}
#canvas.victory {
background-image: url(img/fireworks.gif);
background-size: contain;
}
.nes-dialog {
max-width: 90%;
}