diff options
| author | sD <stoned@derpymail.org> | 2020-02-15 19:27:56 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-15 19:27:56 +0100 |
| commit | c74ca89b574cc62f7a658ca9b49ba686b806e321 (patch) | |
| tree | 5f3871f71b7c0957659dc8b175107e9f3650aae4 /webAO | |
| parent | 1a77b20db5a70419a0f93ab038c0fc358f4e4f3c (diff) | |
webkit-optimize-contrast doesn't even exist
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/styles/classic.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index b696243..b59cf32 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -3,11 +3,7 @@ body { } img { - image-rendering: -moz-crisp-edges; - image-rendering: -o-crisp-edges; - image-rendering: -webkit-optimize-contrast; - image-rendering: crisp-edges; - -ms-interpolation-mode: nearest-neighbor; + image-rendering: pixelated; } .text_white { |
