Start of new menu

This commit is contained in:
2019-09-16 23:50:57 +02:00
parent 09509367aa
commit b1107236cd
11 changed files with 303 additions and 152 deletions

View File

@@ -11,7 +11,7 @@
position: absolute;
width: 8em;
height: 100%;
background-color: var(--accent_color_medium)
background-color: var(--layer_2_color)
}
.textarea_container {
position: absolute;
@@ -26,7 +26,7 @@
height: 100%;
width: 100%;
/* border: none !important; */
background: var(--accent_color_dark);
background: var(--layer_1_color);
}
.toolbar_button{