css: remove image-rendering: smooth.

Contrary to its name, `image-rendering: smooth` resulted in pixelated
edges when images were downscaled to fit the browser window. This only
affected Firefox because other browsers don't support `smooth`.
This commit is contained in:
evazion
2022-01-22 22:04:30 -06:00
parent f02f3fcc6f
commit 0213f8d76a

View File

@@ -50,7 +50,6 @@ fieldset {
img {
border: none;
vertical-align: middle;
image-rendering: smooth;
}
input, select, textarea {