diff options
Diffstat (limited to 'src/NodeEditor.module.css')
| -rw-r--r-- | src/NodeEditor.module.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/NodeEditor.module.css b/src/NodeEditor.module.css index caa549e..10cedc3 100644 --- a/src/NodeEditor.module.css +++ b/src/NodeEditor.module.css @@ -1,3 +1,14 @@ +: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); |
