Desaturate image preview thumbnails in dead.css

This commit is contained in:
discomrade 2021-06-24 04:46:52 -02:00 committed by towards-a-new-leftypol
parent 3a6fe72d70
commit 6380b071aa

View file

@ -48,7 +48,7 @@ input, textarea {
filter: grayscale(100%) contrast(1.25);
}
img {
img, .file-tmb {
-webkit-filter: grayscale(100%) contrast(1.25); /* Chrome, Safari, Opera */
filter: grayscale(100%) contrast(1.25);
}