forikolo-template/Beispiel in HTML/assets/forikolo-svg.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;
}