new
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
.canvas-edges path.canvas-display-path {
|
||||
pointer-events: none;
|
||||
stroke-width: calc(1px* var(--zoom-multiplier));
|
||||
stroke: rgb(var(--canvas-color));
|
||||
fill: none;
|
||||
transition: stroke-width 100ms ease-out;
|
||||
stroke-linejoin: arcs;
|
||||
}
|
||||
Reference in New Issue
Block a user