mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
state only borders + watercolor style
This commit is contained in:
parent
44b3911e65
commit
687dedfe1b
9 changed files with 279 additions and 191 deletions
14
index.css
14
index.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue