Web Dev Solutions

Catalin Mititiuc

From 44feb23b193a86b05383e31e3f267995119f8fde Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sun, 14 Apr 2024 13:27:38 -0700 Subject: Turn off the image maps --- public/map.css | 8 +++++--- public/map.svg | 4 ++-- public/style.css | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) (limited to 'public') diff --git a/public/map.css b/public/map.css index ec5983b..04442ab 100644 --- a/public/map.css +++ b/public/map.css @@ -13,8 +13,10 @@ text { use[href="#hex"] { opacity: 1; fill: transparent; - fill-opacity: 0.2; + fill-opacity: 0.5; stroke-width: 0.5px; + stroke: darkgray; + /* stroke-opacity: 0.2; */ } use[href="#hex"]:hover, use[href="#hex"].hover @@ -214,9 +216,9 @@ g[data-y]:nth-child(even) { } [data-x]:hover use[href="#hex"] { - --scale: 0.97; + --scale: 0.95; fill: orange; - stroke: orangered; + stroke: black; } [data-x]:hover use[href*="#t-"] { diff --git a/public/map.svg b/public/map.svg index 990e554..0c752c6 100644 --- a/public/map.svg +++ b/public/map.svg @@ -31,9 +31,9 @@ - + - + diff --git a/public/style.css b/public/style.css index d63bdb9..2d5a40e 100644 --- a/public/style.css +++ b/public/style.css @@ -434,4 +434,4 @@ img.logo { margin-left: 1px; /* margin-right: 1px; */ } -} \ No newline at end of file +} -- cgit v1.2.3