7 lines
111 B
CSS
7 lines
111 B
CSS
line {
|
|
stroke: gray;
|
|
stroke-width: 0.04px;
|
|
stroke-opacity: 1;
|
|
stroke-dasharray: 0.05 0.1;
|
|
}
|