diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-23 09:59:10 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-23 09:59:10 +0100 |
commit | 6b1bb4450c9bc40238a5354514b4f7937b77a10e (patch) | |
tree | 89abf8bdec7c69295813d851ee4eaebc683dddd6 /play.html | |
parent | feced8880d4096914a5ca63a9643987be320857e (diff) | |
download | votes-for-women-6b1bb4450c9bc40238a5354514b4f7937b77a10e.tar.gz |
log region and us states
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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; } |