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 cebdba506a
commit a7948f09cb
1 changed files with 1 additions and 1 deletions

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);
}