summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwodim <neikokz@gmail.com>2017-09-02 18:47:21 +0200
committerGitHub <noreply@github.com>2017-09-02 18:47:21 +0200
commitbeee186b1803fe597cbfd198ae465fdcc0e24501 (patch)
tree94b97a2f2b55692ae7a95d33650a8f0f868d421c
parent9508a9b32cd6785a30a7f3f964bfd93c5fa954d5 (diff)
Use a nearest neighbour algorithm to resize images
This way, images in the "Changed Designs" page won't look blurry.
-rw-r--r--style/minimal.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style/minimal.css b/style/minimal.css
index 31acb10..bc7396b 100644
--- a/style/minimal.css
+++ b/style/minimal.css
@@ -73,3 +73,8 @@ table
font-weight: normal;
font-variant: small-caps;
}
+
+img
+{
+ image-rendering: pixelated;
+}