Change color of header icons to white in dawn 3.0 theme

Hi @CNatural

Go to base.css under assets and find the code on line 2781

and just remove

* {
	color: #000;
}

Remove it carefully and check the enclosing tags.

This will surely solve your issue, finally.