summaryrefslogtreecommitdiff
path: root/src/NodeEditor.module.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/NodeEditor.module.css')
-rw-r--r--src/NodeEditor.module.css16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/NodeEditor.module.css b/src/NodeEditor.module.css
deleted file mode 100644
index 10cedc3..0000000
--- a/src/NodeEditor.module.css
+++ /dev/null
@@ -1,16 +0,0 @@
-:global(:root) {
- --base: #122236;
- --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