This is how my code looks like on CodePen:
I want the background of "Sidenav Left
" to be that of "Menu Items
", which is represented by class as
.nav-theme {
background-color: #34495E
}
I tried overriding it as
.nav-theme, .md-theme-indigo {
background-color: #34495E
}
but that did not work, what do I need to do?