From 9298eab30dbb42bc81b91fcc7984313e249265c2 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Fri, 15 Nov 2019 11:23:52 +0100 Subject: [PATCH] Improve QR code display on dark background --- BTCPayServer/wwwroot/main/site.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/BTCPayServer/wwwroot/main/site.css b/BTCPayServer/wwwroot/main/site.css index f6acbe881..0d079a188 100644 --- a/BTCPayServer/wwwroot/main/site.css +++ b/BTCPayServer/wwwroot/main/site.css @@ -116,3 +116,9 @@ a.nav-link:hover { .invoice-details a { word-break: break-word; } + +#qrCode { + padding: 10px; + background: white; + display: inline-block; +}