Currently experimenting with this demo and I'm looking to adjust the color of icons when hovered over
.demo-navigation .mdl-navigation__link .material-icons:hover {
background-color: #00BCD4;
color: #FFF;
}
Unfortunately, my attempt was unsuccessful. Is there a different method to accomplish this? Any suggestions would be appreciated!