feat: start

This commit is contained in:
Azgaar 2024-09-26 02:32:09 +02:00
parent 84c326e347
commit 2efe9be3a4
5 changed files with 63 additions and 41 deletions

View file

@ -338,14 +338,16 @@
"font-family": "Almendra SC"
},
"#burgIcons > #cities": {
"data-icon": "#icon-star",
"opacity": 1,
"fill": "#ffffff",
"fill-opacity": 0.7,
"size": 1,
"font-size": 2,
"stroke": "#3e3e4b",
"stroke-width": 0.24,
"stroke-dasharray": "",
"stroke-linecap": "butt"
"stroke-width": 10,
"stroke-dasharray": null,
"stroke-linecap": "butt",
"stroke-linejoin": "round"
},
"#anchors > #cities": {
"opacity": 1,
@ -364,14 +366,16 @@
"font-family": "Almendra SC"
},
"#burgIcons > #towns": {
"data-icon": "#icon-circle",
"opacity": 1,
"fill": "#ffffff",
"fill-opacity": 0.7,
"size": 0.5,
"font-size": 1,
"stroke": "#3e3e4b",
"stroke-width": 0.12,
"stroke-dasharray": "",
"stroke-linecap": "butt"
"stroke-width": 10,
"stroke-dasharray": null,
"stroke-linecap": "butt",
"stroke-linejoin": "round"
},
"#anchors > #towns": {
"opacity": 1,