From 4d7c2bfc2c9e3769dbc5a34a706b9d4cb8d0a14a Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 16 Feb 2023 20:35:05 -0500 Subject: use pixelated image rendering mode for QR codes --- static/main.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/main.css') diff --git a/static/main.css b/static/main.css index b6008b21..ca063d8f 100644 --- a/static/main.css +++ b/static/main.css @@ -201,6 +201,10 @@ button:disabled { text-align: center; } +.coin-address img { + image-rendering: pixelated; +} + footer img { width: 60px; height: auto; -- cgit v1.3.1