Enables pixelated rendering so the site can be used for pixel art.
pycheung.com - Pixel Art Mode by tterrag1098
Details
Authortterrag1098
LicenseCC0
Categorypycheung.com
Created
Updated
Size301 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name pycheung.com - 9/21/2022, 12:47:47 AM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("pycheung.com") {
body {
image-rendering: pixelated;
}
}