Update grocy_night_mode.css (#1269)

Night mode updates for Grocy 3
This commit is contained in:
Marius Boro 2021-01-30 12:49:51 +01:00 committed by GitHub
parent 42689ecefe
commit 760914bf82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,3 +241,16 @@
.night-mode .dropdown-menu {
background-color: #333131;
}
.night-mode .table-secondary td,
.night-mode .table-secondary th {
background-color: #4c4e50;
}
.night-mode .secondary-message {
border-top-color: #4c4e50;
}
.night-mode .normal-message {
border-top-color: #07373f;
}