Update grocy_night_mode.css

This commit is contained in:
Kendell R 2021-02-17 12:09:31 -08:00 committed by GitHub
parent 4a7119bc0a
commit e37e156d96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -312,3 +312,9 @@ body.night-mode {
.night-mode .text-muted { .night-mode .text-muted {
color: #8f9ba5 !important; color: #8f9ba5 !important;
} }
.night-mode .qr-code {
background-color: #eee;
padding: 10px;
border-radius: 10px;
}