d2/d2renderers/d2svg/style.css
Vojtěch Fošnár 01928a5032
review fixes
2023-01-30 12:06:54 +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;
}