Disable image pixelation
It works well to preserve original pixels only under certain conditions. When an image gets smaller, it becomes much worse due to pixelation issues.
This commit is contained in:
@@ -14,11 +14,6 @@
|
||||
|
||||
}
|
||||
|
||||
img {
|
||||
image-rendering: pixelated; /* Forces sharp rendering on scale. Avoid blurry images */
|
||||
}
|
||||
|
||||
|
||||
html[data-theme='dark'] {
|
||||
.main-pane {
|
||||
kbd {
|
||||
|
||||
Reference in New Issue
Block a user