Make menu darker again

This commit is contained in:
2022-01-04 15:55:20 +01:00
parent 4f17c71b56
commit f3ea67667e
10 changed files with 109 additions and 113 deletions

View File

@@ -373,6 +373,8 @@ const node_click = (index) => {
padding: 0;
overflow-x: auto;
text-align: left;
background-color: var(--layer_2_color);
border-radius: 16px;
}
#node_container {
display: block;