diff options
author | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-23 07:02:57 +0100 |
---|---|---|
committer | Mischa Untaga <99098079+MischaU8@users.noreply.github.com> | 2023-11-23 07:02:57 +0100 |
commit | 5cffb3cbb60a9d2cca8a871af206a1e06cacf746 (patch) | |
tree | 0f937f2b7d756bd4992a3e1efb40e5579ddf44d2 /play.html | |
parent | bf549eb216df269733cdb2372c61d466203ca636 (diff) | |
download | votes-for-women-5cffb3cbb60a9d2cca8a871af206a1e06cacf746.tar.gz |
show selected us states
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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; } |