I have a background image on the <body>
block.
I want to make it black and white by using the webkit-filter: grayscale(100%);
But when I'm applying this filter to the body block, all the images on my site becomes black and white too. I want only my background to be black and white. How can I do it?