summaryrefslogtreecommitdiff
path: root/resources/css/town.css
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-08-23 00:24:50 +0200
committerDaniel Weipert <code@drogueronin.de>2023-08-23 00:24:50 +0200
commit4dd1a344c6474087a3f8782dd54f5c7b4acc67ed (patch)
tree7a0229eb721d81c7579a7f5f721a503136c98095 /resources/css/town.css
parentdbcd0118863ff3e7c5bee45041ccdb757eb2f366 (diff)
area connections and town maps
Diffstat (limited to 'resources/css/town.css')
-rw-r--r--resources/css/town.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/resources/css/town.css b/resources/css/town.css
index 4dd8195..b8be144 100644
--- a/resources/css/town.css
+++ b/resources/css/town.css
@@ -1,3 +1,11 @@
-#scene__town {
- background-color: #fff;
+#scene__town {}
+
+#scene__town svg {
+ width: 100%;
+ height: 100%;
+ display: block;
+}
+
+svg [data-location] {
+ cursor: pointer;
}