Feat : add border to bottom of market
release-tag / release-image (push) Successful in 51s

This commit is contained in:
2024-05-19 21:46:08 +02:00
parent 2b678a51a7
commit b3ca9eafd8
+2
View File
@@ -105,6 +105,8 @@ function showWinnerScreen() {
#market {
grid-area: market;
background-image: url("/images/bg-sand.png");
border-bottom: 5px solid black;
;
}
#current_player {