bioms shouldn't be masked or the style selection box is useless

This commit is contained in:
Mészáros Gergely 2021-07-29 17:13:14 +02:00
parent 9604d4ae41
commit dc92deb04b

View file

@ -190,6 +190,12 @@ a {
#cults {
stroke-linejoin: round;
fill-rule: evenodd;
}
#statesBody,
#provincesBody,
#relig,
#cults {
mask: url(#land);
}