From b65cad124cf5d0f358c1fa3f0cdb176f0f9e78e5 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Thu, 30 May 2024 18:30:41 -0700
Subject: Remove mapsheets.svg inline styles
---
public/assets/css/map.css | 13 ++++
public/assets/images/mapsheets.svg | 136 ++++++++++++++++++-------------------
2 files changed, 81 insertions(+), 68 deletions(-)
diff --git a/public/assets/css/map.css b/public/assets/css/map.css
index 47e5bfe..476560a 100644
--- a/public/assets/css/map.css
+++ b/public/assets/css/map.css
@@ -405,6 +405,19 @@ g[data-y="76"] { --i: 76; }
stroke-linecap: square;
}
+.building .outer-walls {
+ stroke-width: 2;
+ fill: none;
+ stroke: black;
+ stroke-linecap: square;
+}
+
+.building .inner-walls {
+ stroke: white;
+ fill: none;
+ stroke-linecap: square;
+}
+
.building .windows, .building .door-edges, .building .doors {
stroke-linecap: square;
}
diff --git a/public/assets/images/mapsheets.svg b/public/assets/images/mapsheets.svg
index d5fa1fa..874a851 100644
--- a/public/assets/images/mapsheets.svg
+++ b/public/assets/images/mapsheets.svg
@@ -2,34 +2,34 @@