summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.css b/play.css
index 19ae7d5..abe5881 100644
--- a/play.css
+++ b/play.css
@@ -109,7 +109,7 @@ main { background-color: #777; }
#map { background-image: url("map75.jpg") }
@media (min-resolution: 97dpi) {
-#map { background-image: url("map150.jpg") }
+ #map { background-image: url("map150.jpg") }
}
#svgmap { position: absolute; }
@@ -172,7 +172,7 @@ path.tip { stroke: white; stroke-dasharray: 4 4; }
transition-property: top, left;
transition-duration: 700ms;
transition-timing-function: ease;
- filter: drop-shadow(0 1px 2px #000a);
+ filter: drop-shadow(0 1px 1px #0006);
}
.piece.action {
pointer-events: auto;