diff options
Diffstat (limited to 'resources/css/town.css')
-rw-r--r-- | resources/css/town.css | 12 |
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; } |