mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-16 17:31:24 +01:00
fix: styles - dark seas - change scale bar style
This commit is contained in:
parent
7c82a99900
commit
147014f0ff
1 changed files with 8 additions and 8 deletions
|
|
@ -399,20 +399,20 @@
|
||||||
},
|
},
|
||||||
"#scaleBar": {
|
"#scaleBar": {
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"fill": "#353540",
|
"fill": "#f6f6f6",
|
||||||
"font-size": 9,
|
"font-size": 10,
|
||||||
"data-bar-size": 1.5,
|
"data-bar-size": 2,
|
||||||
"data-x": 99,
|
"data-x": 99,
|
||||||
"data-y": 99,
|
"data-y": 99,
|
||||||
"data-label": ""
|
"data-label": ""
|
||||||
},
|
},
|
||||||
"#scaleBarBack": {
|
"#scaleBarBack": {
|
||||||
"opacity": 0.2,
|
"opacity": 1,
|
||||||
"fill": "#ffffff",
|
"fill": "#00254d",
|
||||||
"stroke": "#000000",
|
"stroke": "#00151d",
|
||||||
"stroke-width": 1,
|
"stroke-width": 2,
|
||||||
"filter": null,
|
"filter": null,
|
||||||
"data-top": 18,
|
"data-top": 20,
|
||||||
"data-right": 15,
|
"data-right": 15,
|
||||||
"data-bottom": 15,
|
"data-bottom": 15,
|
||||||
"data-left": 10
|
"data-left": 10
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue