Change color of header icons to white in dawn 3.0 theme

Hi @CNatural

Paste this css at bottom of base.css

header__icons .header__icon .icon, * * {
	color: #fff;
}