Web Dev Solutions

Catalin Mititiuc

From bb05eba60c8fa72eb0166db43dab29d62f5c7193 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Thu, 11 Jul 2024 11:29:01 -0700 Subject: Remove style that makes desk furniture stroke width different than other furniture --- public/assets/css/map.css | 5 ----- public/assets/css/radial.css | 6 ------ 2 files changed, 11 deletions(-) diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 71fc75c..f8f926d 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -398,11 +398,6 @@ g[data-y="76"] { --i: 76; } transform: scale(0.9); } -.floor { - /* fill: white; */ - /* fill: inherit; */ -} - .furniture, .stairs { fill: lightgray; stroke: #666; diff --git a/public/assets/css/radial.css b/public/assets/css/radial.css index e8da0fd..cdf6231 100644 --- a/public/assets/css/radial.css +++ b/public/assets/css/radial.css @@ -1,9 +1,3 @@ -polygon { - fill: inherit; - stroke: inherit; - stroke-width: 0.25px; -} - svg { border: 1px solid slategray; fill: none; -- cgit v1.2.3