Like 0

For the Stylus browser extension: applies `image-rendering: pixelated` CSS to images with width and height attributes matching 88 and 31 respectively.

chrisburnell revised this gist 4 months ago · 24229dd

No changes

chrisburnell revised this gist 4 months ago · 646b4f0

No changes

chrisburnell revised this gist 4 months ago · 23cff47

No changes

chrisburnell revised this gist 4 months ago · 106b2c4

1 file changed, 3 insertions

stylus-pixelate-88x31s.css (file created)
@@ -0,0 +1,3 @@
1 + :where(img[width="88"][height="31"]) {
2 + image-rendering: pixelated;
3 + }