Hi not sure if this would be of any use but, if you go to Tools>CSS and add something like the following code (in your colour choices for your theme):
div.navbar_mobile_sidebar{
background: (your dark colour)
}
.navbar_mobile_sidebar .navbar__menu li .is-separator, .navbar_mobile_sidebar .navbar__menu li a{
color: white;
}
it seemed to work for mine using simple theme 🙂