feat(styles): add anchor styling for burgs in multiple themes

This commit is contained in:
Azgaar 2025-03-27 16:40:04 +01:00
parent bd05453e63
commit 4a08f617bb
9 changed files with 1607 additions and 1 deletions

View file

@ -526,6 +526,13 @@
"stroke-linecap": "butt",
"stroke-linejoin": "round"
},
"#anchors > g#town": {
"opacity": 1,
"fill": "#ffffff",
"font-size": 1,
"stroke": "#3e3e4b",
"stroke-width": 1.2
},
"#labels > #states": {
"opacity": 1,
"fill": "#3e3e4b",