No blue sidebar on Android?

Is it possible to change via CSS the blue part of the sidebar in the Android app into a complete white sidebar?

Try this:

.is-mobile .LeftPaneContainer-header, .is-mobile .LeftPaneContainer-nav {
background-color: transparent;
color: #4e4e4e;
}