refactor(styles): update burg styles for presets

This commit is contained in:
Azgaar 2025-03-29 23:29:34 +01:00
parent 4a08f617bb
commit c16d292304
18 changed files with 230 additions and 1785 deletions

View file

@ -335,22 +335,23 @@
"letter-spacing": 0,
"data-size": 8,
"font-size": 8,
"font-family": "Courier New"
"font-family": "Courier New",
"data-dy": -0.4
},
"#burgIcons > #city": {
"opacity": 1,
"fill": "#ffffff",
"fill-opacity": 0.7,
"size": 2.1,
"font-size": 2,
"stroke": "#000000",
"stroke-width": 0.2,
"stroke-width": 10,
"stroke-dasharray": "",
"stroke-linecap": "butt"
},
"#anchors > #city": {
"opacity": 1,
"fill": "#ffffff",
"size": 4.2,
"font-size": 2,
"stroke": "#000000",
"stroke-width": 1.46
},
@ -359,24 +360,25 @@
"fill": "#ffffff",
"style": "text-shadow: black 0px 0px 4px",
"letter-spacing": 0,
"data-size": 4.28,
"font-size": 4.28,
"font-family": "Courier New"
"data-size": 4,
"font-size": 4,
"font-family": "Courier New",
"data-dy": -0.4
},
"#burgIcons > #town": {
"opacity": 1,
"fill": "#ffffff",
"fill-opacity": 0.7,
"size": 0.8,
"font-size": 0.8,
"stroke": "#000000",
"stroke-width": 0.1,
"stroke-width": 10,
"stroke-dasharray": "",
"stroke-linecap": "butt"
},
"#anchors > #town": {
"opacity": 1,
"fill": "#ffffff",
"size": 1.6,
"font-size": 0.8,
"stroke": "#000000",
"stroke-width": 1.53
},