summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/play.html b/play.html
index 80e137d..992351a 100644
--- a/play.html
+++ b/play.html
@@ -130,6 +130,11 @@ path.state.action {
stroke-width: 20;
}
+path.state.selected {
+ stroke: yellow;
+ stroke-width: 20;
+}
+
path.state:hover {
fill: white;
}
@@ -150,6 +155,10 @@ div.state.action {
border-color: white;
}
+div.state.selected {
+ border-color: yellow;
+}
+
div.state:hover {
background-color: #fff8;
}