feat/switch-assets #86
@@ -105,7 +105,7 @@ function showWinnerScreen() {
|
||||
#market {
|
||||
grid-area: market;
|
||||
background-image: url("/images/bg-sand.png");
|
||||
border-bottom: 5px solid black;
|
||||
border-bottom: 3px solid black;
|
||||
;
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@ function showWinnerScreen() {
|
||||
|
||||
#player_list {
|
||||
grid-area: player_list;
|
||||
border-left: 5px solid black;
|
||||
border-left: 3px solid black;
|
||||
height: 100%;
|
||||
background-image: url("/images/bg-darkgrass.png");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user