state only borders + watercolor style

This commit is contained in:
Azgaar 2021-07-10 20:08:30 +03:00
parent 44b3911e65
commit 687dedfe1b
9 changed files with 279 additions and 191 deletions

View file

@ -171,11 +171,18 @@ a {
#statesBody,
#provincesBody {
stroke-width: 2;
stroke-width: 3;
stroke-linejoin: round;
fill-rule: evenodd;
mask: url(#land);
}
#statesHalo {
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
}
#relig,
#biomes,
#cults {
@ -183,11 +190,6 @@ a {
mask: url(#land);
}
#statesHalo {
fill: none;
filter: url(#blur5);
}
#borders {
stroke-linejoin: round;
fill: none;