I have a page with black background where I placed a white icon like that using React FontAwesome
<Link to={'/'} className={classes.homeButtonLink}>
<FontAwesomeIcon icon={faHome} size="2x"/>
</Link>
on mouse over the icon become black and I cant see it. How can I make the icon not to change color? I already tried applying css to icon and link, no luck.