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": {
|
||||
"opacity": 1,
|
||||
"fill": "#353540",
|
||||
"font-size": 9,
|
||||
"data-bar-size": 1.5,
|
||||
"fill": "#f6f6f6",
|
||||
"font-size": 10,
|
||||
"data-bar-size": 2,
|
||||
"data-x": 99,
|
||||
"data-y": 99,
|
||||
"data-label": ""
|
||||
},
|
||||
"#scaleBarBack": {
|
||||
"opacity": 0.2,
|
||||
"fill": "#ffffff",
|
||||
"stroke": "#000000",
|
||||
"stroke-width": 1,
|
||||
"opacity": 1,
|
||||
"fill": "#00254d",
|
||||
"stroke": "#00151d",
|
||||
"stroke-width": 2,
|
||||
"filter": null,
|
||||
"data-top": 18,
|
||||
"data-top": 20,
|
||||
"data-right": 15,
|
||||
"data-bottom": 15,
|
||||
"data-left": 10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue