summaryrefslogtreecommitdiff
path: root/src/NodeEditor.css
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-03-16 21:09:02 +0000
committerSam Nystrom <sam@samnystrom.dev>2024-03-16 17:16:58 -0400
commit3b8c7e391e1f370af74df30a14a699a49543f918 (patch)
treec2f0514911963843def2267329e14554a4d21fe9 /src/NodeEditor.css
parent13b10dd150f9c9cf382fae9802a704ba9c582a62 (diff)
refactor: extract NodeEditor into a component
Diffstat (limited to 'src/NodeEditor.css')
-rw-r--r--src/NodeEditor.css18
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