Here is a glimpse of how my code appears on CodePen:
I am aiming to have the background color of "Sidenav Left
" match that of "Menu Items
", which is designated by the class
.nav-theme {
background-color: #34495E
}
I attempted to override it like this
.nav-theme, .md-theme-indigo {
background-color: #34495E
}
yet it did not yield the desired result. What steps should I take next?