11 lines
163 B
CSS
11 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;
|
||
|
|
}
|