From bad1953e85c62e0789f7a9870acdc41b74678dba Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 11 Mar 2018 11:49:34 +0100 Subject: needs more crisp and less blip --- client.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client.css') diff --git a/client.css b/client.css index 849b796..7483487 100644 --- a/client.css +++ b/client.css @@ -3,7 +3,11 @@ body { } img { - image-rendering: pixelated; + image-rendering: -moz-crisp-edges; + image-rendering: -o-crisp-edges; + image-rendering: -webkit-optimize-contrast; + image-rendering: crisp-edges; + -ms-interpolation-mode: nearest-neighbor; } @keyframes error_blink { -- cgit