Turn off antialiasing in the default style
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user