From ac83dd4a08bdbab6df270d6dae8d9e2d6d619342 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Wed, 6 Mar 2024 20:52:45 +0000 Subject: init --- src/NodeEditor.module.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/NodeEditor.module.css (limited to 'src/NodeEditor.module.css') 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 -- cgit v1.2.3