From 6b1bb4450c9bc40238a5354514b4f7937b77a10e Mon Sep 17 00:00:00 2001 From: Mischa Untaga <99098079+MischaU8@users.noreply.github.com> Date: Thu, 23 Nov 2023 09:59:10 +0100 Subject: log region and us states --- play.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'play.html') 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; } -- cgit v1.2.3