diff options
Diffstat (limited to 'src/NodeEditor.css')
| -rw-r--r-- | src/NodeEditor.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/NodeEditor.css b/src/NodeEditor.css deleted file mode 100644 index 5a8a683..0000000 --- a/src/NodeEditor.css +++ /dev/null @@ -1,18 +0,0 @@ -@scope (.__NodeEditor) { - :scope { - --base: #121212; - --surface: #242424; - --overlay: #484848; - --primary: #1c4c87; - - --data-any: #36c965; - --data-float: #a0a0a0; - --data-vector: #5e29d9; - } - - .link { - fill: none; - stroke: var(--data-float); - stroke-width: 2; - } -}
\ No newline at end of file |
