From a75497103cbb30ffcd7dc65debb3a4617e5f97b7 Mon Sep 17 00:00:00 2001 From: mbarkhau Date: Tue, 13 Jul 2021 11:27:48 +0000 Subject: [PATCH] Improve scanability fo QR code My camera had issues with the colored background. Adding this css helped. --- files/root/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/root/index.html b/files/root/index.html index 6c3d37b..b2aa342 100644 --- a/files/root/index.html +++ b/files/root/index.html @@ -89,6 +89,10 @@ width: 100%; white-space: nowrap; } + .lnme-qrcode > canvas { + border: 5px solid #fff; + background: #fff; + } .lnme-details { text-overflow: ellipsis; overflow: hidden;