Web Dev Solutions

Catalin Mititiuc

From 3b641620ab6c2fdfa6b551c019e44726064029c5 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sat, 18 May 2024 16:26:59 -0700 Subject: Add furniture --- public/assets/css/map.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'public/assets/css/map.css') diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 22431da..4af73cf 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -400,24 +400,19 @@ g[data-y="76"] { --i: 76; } transform: scale(0.9); } -#buildings { - /* display: none; */ -} - .building, #terrain { opacity: 1; } .building .floor { fill: white; - /* fill: none; */ } .building path { fill: none; } -.building .furniture { +.furniture { fill: violet; } -- cgit v1.2.3