Explicitly set white background for the image so that white border is shown around the QR code in dark themes too.
5 lines
52 B
CSS
5 lines
52 B
CSS
.qr-image {
|
|
background: #fff;
|
|
padding: 12px;
|
|
}
|
|
|