diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-03-12 18:58:36 +0000 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-03-12 17:35:02 -0400 |
| commit | ef28973b0683823d2f3e1cee128055b18530d522 (patch) | |
| tree | 7f76c314629a4d2c631e7b937b54ddd9eef45aad /src/NodeEditor.module.css | |
| parent | a9aa246f58dcb2664c4e7a1bd98e69c19e7d7000 (diff) | |
Style login and signup pages
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); |
