aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
authorstonedDiscord <stoned@derpymail.org>2019-08-03 15:42:32 +0200
committerstonedDiscord <stoned@derpymail.org>2019-08-03 15:42:32 +0200
commit4e9295ad3c744dbf27ebd96738eb7cc8f2b71f68 (patch)
tree14798353781355a42afc16fb16e2907e4e2aa560 /webAO/client.css
parent56fccee586a3aacf8a8685b0f5a726c62d44c1ca (diff)
fix scaling
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css5
1 files changed, 1 insertions, 4 deletions
diff --git a/webAO/client.css b/webAO/client.css
index 4ce37f0..02ce949 100644
--- a/webAO/client.css
+++ b/webAO/client.css
@@ -3,10 +3,7 @@ body {
}
img {
- image-rendering: -moz-crisp-edges;
- image-rendering: -o-crisp-edges;
- image-rendering: -webkit-optimize-contrast;
- image-rendering: crisp-edges;
+ image-rendering: pixelated;
-ms-interpolation-mode: nearest-neighbor;
}