mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
remove border on province edit
This commit is contained in:
parent
ae62755a76
commit
5c0b92c542
1 changed files with 8 additions and 5 deletions
13
index.css
13
index.css
|
|
@ -169,12 +169,8 @@ a {
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#statesBody,
|
#statesBody {
|
||||||
#provincesBody {
|
|
||||||
stroke-width: 3;
|
stroke-width: 3;
|
||||||
stroke-linejoin: round;
|
|
||||||
fill-rule: evenodd;
|
|
||||||
mask: url(#land);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#statesHalo {
|
#statesHalo {
|
||||||
|
|
@ -183,9 +179,16 @@ a {
|
||||||
stroke-linejoin: round;
|
stroke-linejoin: round;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#provincesBody {
|
||||||
|
stroke-width: 0.2;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statesBody,
|
||||||
|
#provincesBody,
|
||||||
#relig,
|
#relig,
|
||||||
#biomes,
|
#biomes,
|
||||||
#cults {
|
#cults {
|
||||||
|
stroke-linejoin: round;
|
||||||
fill-rule: evenodd;
|
fill-rule: evenodd;
|
||||||
mask: url(#land);
|
mask: url(#land);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue