6 lines
104 B
CSS
6 lines
104 B
CSS
polyline {
|
|
stroke-width: var(--edge-direction-stroke-width);
|
|
stroke: none;
|
|
fill: none;
|
|
}
|