2022-11-12 18:29:21 +00:00
|
|
|
.shape {
|
|
|
|
|
shape-rendering: geometricPrecision;
|
|
|
|
|
stroke-linejoin: round;
|
|
|
|
|
}
|
|
|
|
|
.connection {
|
|
|
|
|
stroke-linecap: round;
|
|
|
|
|
stroke-linejoin: round;
|
|
|
|
|
}
|
2022-12-05 19:22:16 +00:00
|
|
|
.blend {
|
2023-01-13 12:12:18 +00:00
|
|
|
mix-blend-mode: multiply;
|
2022-12-05 20:09:32 +00:00
|
|
|
opacity: 0.5;
|
2022-12-05 19:22:16 +00:00
|
|
|
}
|