From 76290de4ede8327437d94395180a0154864a1de4 Mon Sep 17 00:00:00 2001 From: hackademix Date: Sun, 6 Mar 2022 21:39:08 +0100 Subject: [PATCH] Fix blurry icons on Chromium. --- src/ui/ui.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/ui.css b/src/ui/ui.css index 8000b3d..a0b7b94 100644 --- a/src/ui/ui.css +++ b/src/ui/ui.css @@ -9,6 +9,7 @@ body { font: -moz-use-system-font; font-size: 12px; min-width: 600px; + image-rendering: -webkit-optimize-contrast; } html.mobile > body {