make depressions resolve elevation change not that big

This commit is contained in:
Azgaar 2021-06-06 01:29:58 +03:00
parent ab065da5d2
commit 67235bc41e
8 changed files with 1765 additions and 1264 deletions

View file

@ -104,7 +104,7 @@ a {
}
#biomes {
stroke-width: .7;
stroke-width: 0.7;
}
#landmass {
@ -285,6 +285,12 @@ i.icon-lock {
animation: dash 80s linear backwards;
}
.arrow {
marker-end: url(#end-arrow-small);
stroke: #555;
stroke-width: 0.5;
}
@keyframes dash {
to {
stroke-dashoffset: 0;