remove border on province edit

This commit is contained in:
Azgaar 2021-07-20 01:47:35 +03:00
parent ae62755a76
commit 5c0b92c542

View file

@ -169,12 +169,8 @@ a {
font-size: 0.8em;
}
#statesBody,
#provincesBody {
#statesBody {
stroke-width: 3;
stroke-linejoin: round;
fill-rule: evenodd;
mask: url(#land);
}
#statesHalo {
@ -183,9 +179,16 @@ a {
stroke-linejoin: round;
}
#provincesBody {
stroke-width: 0.2;
}
#statesBody,
#provincesBody,
#relig,
#biomes,
#cults {
stroke-linejoin: round;
fill-rule: evenodd;
mask: url(#land);
}