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:
2025-08-21 00:13:20 +02:00
parent 9bbc8085da
commit 35a0480d96

View File

@@ -14,11 +14,6 @@
}
img {
image-rendering: pixelated; /* Forces sharp rendering on scale. Avoid blurry images */
}
html[data-theme='dark'] {
.main-pane {
kbd {