Turn off antialiasing in the default style

This commit is contained in:
2026-03-08 17:54:10 +01:00
parent 01fd55001a
commit c2416e731b

View File

@@ -208,3 +208,10 @@ footer {
margin-left: 240px;
margin-top: 0px;
}
img {
image-rendering: auto;
image-rendering: crisp-edges;
image-rendering: pixelated;
image-rendering: -webkit-optimize-contrast;
}