Web Dev Solutions

Catalin Mititiuc

From 016ad2e8f6eb4ed750c61cd17898d4a5393929e3 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Thu, 27 Jun 2024 15:03:35 -0700 Subject: Fix elevation view styles --- public/assets/css/map.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'public/assets/css/map.css') diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 207c8e6..c1f0141 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -15,7 +15,7 @@ text { } use[href="#hex"] { - opacity: 0.5; + opacity: 0; fill: transparent; fill-opacity: 0.5; stroke-width: 0.5px; @@ -392,11 +392,7 @@ g[data-y="76"] { --i: 76; } /* fill: inherit; */ } -.building path { - fill: none; -} - -.furniture { +.furniture, .stairs { fill: rgb(104, 185, 181); } -- cgit v1.2.3