8,282
edits
No edit summary |
No edit summary |
||
Line 1,181: | Line 1,181: | ||
background-color: hsl(0, 0%, 8%); | background-color: hsl(0, 0%, 8%); | ||
border-left-color: hsl(0, 0%, 36%); | border-left-color: hsl(0, 0%, 36%); | ||
} | |||
/* Try to use nearest neighbour scaling for pixelated images */ | |||
.filehistory a img, | |||
.pixel-image, | |||
.invslot-item-image, | |||
.sprite { | |||
image-rendering: optimizeSpeed; | |||
image-rendering: -webkit-optimize-contrast; | |||
image-rendering: optimize-contrast; | |||
image-rendering: -moz-crisp-edges; | |||
image-rendering: -o-crisp-edges; | |||
image-rendering: crisp-edges; | |||
image-rendering: pixelated; | |||
-ms-interpolation-mode: nearest-neighbor; | |||
} | } |