5 ms·
Yeah they could add grayscale to the filter rule to make the colors go away. #dither-demo img.dithered { filter: url(#dither) grayscale(1); }
by kevinsync 4mo ago
Yeah they could add grayscale to the filter rule to make the colors go away.
#dither-demo img.dithered {
filter: url(#dither) grayscale(1);
}