forikolo-template/Beispiel in HTML/assets/forikolo-svg.css

11 lines
163 B
CSS
Raw Normal View History

2025-11-21 22:35:08 +01:00
.svg rect, .svg text {
stroke: var(--chalk);
stroke-width: 5;
fill: none;
}
.svg line.connection {
stroke: var(--accent);
stroke-width: 10;
}