diff --git a/assets/css/application.css b/assets/css/application.css index bea3d893..ca355683 100644 --- a/assets/css/application.css +++ b/assets/css/application.css @@ -418,6 +418,18 @@ html, body { padding: 20px; } +.move-times-white { + fill: whitesmoke; + stroke-width: 1; + stroke: white +} + +.move-times-black { + fill: dimgrey; + stroke-width: 1; + stroke: black; +} + #promotion-panel { display: none; position: absolute; diff --git a/play.html b/play.html index 8f3b7050..6fdcd190 100644 --- a/play.html +++ b/play.html @@ -378,7 +378,13 @@