From 388f7ed20139f4638dc42122d4b693828b444ee4 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 2 Oct 2022 22:55:24 +0200 Subject: Optimize representation. --- play.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index c9251be..5cd3648 100644 --- a/play.css +++ b/play.css @@ -15,6 +15,7 @@ header.your_turn { background-color: orange; } #log .Y { background-color: gainsboro; } #log .h3 { background-color: lightsteelblue; } #log .h4 { font-style: italic; text-decoration: underline; } +#log .tip:hover { text-decoration: underline; cursor: pointer; } .hand { margin: 25px; @@ -123,6 +124,14 @@ header.your_turn { background-color: orange; } #map svg path.area.where.highlight { stroke: white; } +#map svg path.area.tip { + opacity: 1; + stroke-opacity: 1; + stroke: yellow; + stroke-width: 40; + stroke-dasharray: 80 40; + fill: none; +} #map.hide_blocks #blocks { visibility: hidden; -- cgit v1.2.3