river width to depend on flux

This commit is contained in:
Azgaar 2021-07-22 01:52:41 +03:00
parent ef55f5a442
commit 36bae4e705
2 changed files with 47 additions and 28 deletions

View file

@ -1121,6 +1121,12 @@ div#regimentSelectorBody > div > div {
fill: none;
}
#debug > text {
font-size: 3px;
text-anchor: middle;
dominant-baseline: central;
}
.selectedCell {
stroke-width: 1;
stroke: #da3126;