I'm using the framework materialize and to put an icon do it this way:
<i class="material-icons">menu</i>
It turns out that by default the icon is white, would you like to know how I can change the color of the icon?
I've tried it this way:
<i class="material-icons black">menu</i>
But then everything goes black around the icon, and that's not what I want, I just want to change the color of the icon.
Does anyone have any ideas?