You have the filter property:
.yourImage{
-webkit-filter: invert(100%); /* Safari/Chrome */
filter: invert(100%);
}
This will invert the colors as opposed to simply making the image black and white.
You have the filter property:
.yourImage{
-webkit-filter: invert(100%); /* Safari/Chrome */
filter: invert(100%);
}
This will invert the colors as opposed to simply making the image black and white.