summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css9
1 files changed, 9 insertions, 0 deletions
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;