aboutsummaryrefslogtreecommitdiff
path: root/client.css
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2018-03-11 11:49:34 +0100
committerstonedDiscord <stoned@derpymail.org>2018-03-11 11:49:34 +0100
commitbad1953e85c62e0789f7a9870acdc41b74678dba (patch)
treea686edfb217279babae9d34502711bd0eb733368 /client.css
parentacad2878cc1d20608abc72e20273203eb138df24 (diff)
needs more crisp and less blip
Diffstat (limited to 'client.css')
-rw-r--r--client.css6
1 files changed, 5 insertions, 1 deletions
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 {