10 lines
163 B
CSS
10 lines
163 B
CSS
.svg rect, .svg text {
|
|
stroke: var(--chalk);
|
|
stroke-width: 5;
|
|
fill: none;
|
|
}
|
|
|
|
.svg line.connection {
|
|
stroke: var(--accent);
|
|
stroke-width: 10;
|
|
}
|