Update shaded background color

This commit is contained in:
2022-04-04 12:37:58 +02:00
parent 78cd5b555e
commit eb89000ecf
12 changed files with 48 additions and 28 deletions

View File

@@ -74,7 +74,7 @@ const node_icon = node => {
padding: 0;
overflow: hidden;
border-radius: 8px;
box-shadow: 1px 1px 6px 0 var(--shadow_color);
box-shadow: 1px 1px 4px -1px var(--shadow_color);
background: var(--input_background);
text-align: center;
line-height: 1.2em;