diff --git a/static/style.css b/static/style.css index 7991e65..6fb2c4c 100644 --- a/static/style.css +++ b/static/style.css @@ -131,7 +131,11 @@ button:hover, a:hover { } .content-image { - image-rendering: pixelated; + image-rendering: -moz-crisp-edges; /* Firefox */ + image-rendering: -o-crisp-edges; /* Opera */ + image-rendering: -webkit-optimize-contrast; /* Webkit */ + image-rendering: crisp-edges; + -ms-interpolation-mode: nearest-neighbor; /* IE */ } .window-plot {