From d33d8bef5435e2d822f6f139451785447a0f8e52 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Thu, 1 Jul 2021 15:33:42 +0200 Subject: [PATCH] Pixelated image rendering --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index a27cfb3..be2cca7 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,3 @@ @font-face {font-family: Ubuntu; src: url(fonts/Ubuntu.ttf);} -* {font-family: Ubuntu; scrollbar-width: none; -ms-overflow-style: none;} +* {font-family: Ubuntu; scrollbar-width: none; -ms-overflow-style: none; image-rendering: pixelated} ::-webkit-scrollbar {width: 0px;} -- 2.44.0