diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-03-13 18:01:48 +0000 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-03-13 20:17:07 -0400 |
| commit | 9eb1625ec5de3c221ed0445dde874fcb1dc3ff48 (patch) | |
| tree | fe2d2cb383813ca3511af68065257b6ea561afe8 /src/NodeEditor.css | |
| parent | 13451b7588aa5800f0c1a87e7c3b49830d9e4087 (diff) | |
feat: add menu components
Diffstat (limited to 'src/NodeEditor.css')
| -rw-r--r-- | src/NodeEditor.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NodeEditor.css b/src/NodeEditor.css index 449286e..5a8a683 100644 --- a/src/NodeEditor.css +++ b/src/NodeEditor.css @@ -1,6 +1,6 @@ @scope (.__NodeEditor) { :scope { - --base: #122236; + --base: #121212; --surface: #242424; --overlay: #484848; --primary: #1c4c87; |
