diff options
Diffstat (limited to 'src/NodeEditor.module.css')
| -rw-r--r-- | src/NodeEditor.module.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/NodeEditor.module.css b/src/NodeEditor.module.css new file mode 100644 index 0000000..caa549e --- /dev/null +++ b/src/NodeEditor.module.css @@ -0,0 +1,5 @@ +.link { + fill: none; + stroke: var(--data-float); + stroke-width: 2; +}
\ No newline at end of file |
