Change QR background to "not-white"

This commit is contained in:
JonnyWong16 2021-08-19 11:35:25 -07:00
commit 9bfcde3abb
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 10 additions and 3 deletions

View file

@ -4510,6 +4510,12 @@ a.donate-with-crypto::after {
}
#api_qr_code {
padding: 1px;
width: 100%;
padding: 0;
margin: 0 0 10px;
line-height: 1;
text-align: center;
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
}