Improve QR code display on dark background

This commit is contained in:
Dennis Reimann
2019-11-15 11:23:52 +01:00
parent 584528f903
commit 9298eab30d

View File

@@ -116,3 +116,9 @@ a.nav-link:hover {
.invoice-details a {
word-break: break-word;
}
#qrCode {
padding: 10px;
background: white;
display: inline-block;
}