d2/d2renderers/d2svg/style.css
2023-01-09 22:16:22 +01:00

12 lines
198 B
CSS

.shape {
shape-rendering: geometricPrecision;
stroke-linejoin: round;
}
.connection {
stroke-linecap: round;
stroke-linejoin: round;
}
.blend {
mix-Blend-mode: multiply;
opacity: 0.5;
}