summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-23 09:59:10 +0100
committerMischa Untaga <99098079+MischaU8@users.noreply.github.com>2023-11-23 09:59:10 +0100
commit6b1bb4450c9bc40238a5354514b4f7937b77a10e (patch)
tree89abf8bdec7c69295813d851ee4eaebc683dddd6 /play.html
parentfeced8880d4096914a5ca63a9643987be320857e (diff)
downloadvotes-for-women-6b1bb4450c9bc40238a5354514b4f7937b77a10e.tar.gz
log region and us states
Diffstat (limited to 'play.html')
-rw-r--r--play.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/play.html b/play.html
index 992351a..5e5587d 100644
--- a/play.html
+++ b/play.html
@@ -135,6 +135,11 @@ path.state.selected {
stroke-width: 20;
}
+path.state.tip {
+ stroke: red;
+ stroke-width: 20;
+}
+
path.state:hover {
fill: white;
}
@@ -159,6 +164,10 @@ div.state.selected {
border-color: yellow;
}
+div.state.tip {
+ border-color: red;
+}
+
div.state:hover {
background-color: #fff8;
}
@@ -179,6 +188,10 @@ div.region.action {
border-color: white;
}
+div.region.tip {
+ border-color: red;
+}
+
div.region:hover {
background-color: #fff8;
}