summaryrefslogtreecommitdiff
path: root/resources/css/town.css
blob: b8be144a0137e90fb70bd8a5f8d2d20363e0e32b (plain)
1
2
3
4
5
6
7
8
9
10
11
#scene__town {}

#scene__town svg {
  width: 100%;
  height: 100%;
  display: block;
}

svg [data-location] {
  cursor: pointer;
}