Use smooth/default image rendering

This commit is contained in:
Lamp 2020-10-17 14:49:18 -07:00 committed by GitHub
parent c7e6ac0b09
commit 9b692fa6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,3 @@
* { image-rendering: pixelated; }
* { margin: 0; }
* { user-select: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; }
html, body { width: 100%; height: 100%; overflow: hidden; font: 20pt verdana, "DejaVu Sans", sans-serif; color: white; text-shadow: #444 1px 1px; }