diff --git a/themes/theme.css b/themes/theme.css index bf58e99..1fbb0c6 100644 --- a/themes/theme.css +++ b/themes/theme.css @@ -206,7 +206,8 @@ html { outline-color: var(--main-color); } -.MuiToolbar-root { +.MuiToolbar-root, +.collapseContent { background-color: var(--main-background); } @@ -306,5 +307,5 @@ div[role=presentation].jstree-wholerow-clicked { .infoBanner { color: var(--main-text); - background: var(--second-background); + background: var(--second-background); }