Fix blurry icons on Chromium.

This commit is contained in:
hackademix 2022-03-06 21:39:08 +01:00
parent 5a26029b72
commit 76290de4ed
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ body {
font: -moz-use-system-font;
font-size: 12px;
min-width: 600px;
image-rendering: -webkit-optimize-contrast;
}
html.mobile > body {