summaryrefslogtreecommitdiff
path: root/src/NodeEditor.css
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-03-13 05:14:56 +0000
committerSam Nystrom <sam@samnystrom.dev>2024-03-13 20:17:07 -0400
commit2e39671e683f2fdf5a94dafe8d49c4c5befa38c8 (patch)
treee1bb7448c1105834b2f59c816b3240c98f869399 /src/NodeEditor.css
parent5374566f2c3fd345ee25ee7896dfbb3156bd2cfd (diff)
refactor: finish removing CSS modules
Diffstat (limited to 'src/NodeEditor.css')
-rw-r--r--src/NodeEditor.css18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/NodeEditor.css b/src/NodeEditor.css
new file mode 100644
index 0000000..449286e
--- /dev/null
+++ b/src/NodeEditor.css
@@ -0,0 +1,18 @@
+@scope (.__NodeEditor) {
+ :scope {
+ --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