The great flattification

This commit is contained in:
2022-03-29 21:41:46 +02:00
parent e5328a7d6c
commit 2b847c0456
41 changed files with 379 additions and 317 deletions

View File

@@ -361,7 +361,7 @@ const node_click = (index) => {
display: inline-block;
margin: 4px 10px;
padding: 4px;
border-bottom: 1px solid var(--input_color);
border-bottom: 1px solid var(--separator);
cursor: pointer;
}
@@ -391,7 +391,7 @@ const node_click = (index) => {
#footer {
flex-shrink: 0;
color: var(--layer_1_text_color);
color: var(--background_text_color);
padding: 4px;
}
@@ -407,12 +407,12 @@ const node_click = (index) => {
control over the size.
Check out https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Box_Model/Mastering_margin_collapsing*/
margin: 0;
color: var(--text_color);
color: var(--body_text_color);
text-decoration: none;
}
.node:hover:not(.node_selected) {
background-color: var(--input_color_dark);
color: var(--input_text_color);
background: var(--input_background);
color: var(--input_text);
text-decoration: none;
}
.node_selected {