mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-19 02:21:24 +01:00
v1.22.09
This commit is contained in:
parent
d773ab609b
commit
c54ee39c68
4 changed files with 39 additions and 12 deletions
|
|
@ -106,7 +106,7 @@ button, select, a {
|
|||
}
|
||||
|
||||
#statesBody, #provincesBody {
|
||||
stroke-width: 2;
|
||||
stroke-width: .6;
|
||||
fill-rule: evenodd;
|
||||
mask: url(#land);
|
||||
}
|
||||
|
|
@ -965,6 +965,12 @@ body button.noicon {
|
|||
top: -3px;
|
||||
}
|
||||
|
||||
#debug path.selected {
|
||||
stroke-width: .8;
|
||||
stroke: #da3126;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.selectedCell {
|
||||
stroke-width: 1;
|
||||
stroke: #da3126;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue