.icon-google {
	background-image: url(./../img/app-dark.svg);
}

body.theme--dark .icon-google {
	background-image: url(./../img/app.svg);
}