Update grocy_night_mode.css

This commit is contained in:
Kendell R 2021-02-13 12:15:36 -08:00 committed by GitHub
parent e1ce0bb909
commit 3a35759867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,10 @@ body.night-mode {
background-color: #333131;
}
.night-mode .navbar-brand img {
filter: invert(0.9) hue-rotate(176deg);
}
.night-mode .table-info,
.night-mode .table-info > td,
.night-mode .table-info > th,
@ -77,6 +81,10 @@ body.night-mode {
border: 1px solid #ced4da;
}
.night-mode ::placeholder {
color: #b1bac4;
}
.night-mode .content-wrapper {
background: #333131;
}
@ -116,6 +124,11 @@ body.night-mode {
border-color: #80bdff;
}
.night-mode select {
color: #ced4da;
background-color: #333131;
}
.night-mode .dropdown-item:focus,
.night-mode .dropdown-item:hover {
color: #16181b;
@ -210,7 +223,7 @@ body.night-mode {
}
.night-mode .active-page {
box-shadow: inset 5px 0 0 #350a0f !important;
box-shadow: inset 5px 0 0 #ff7585 !important;
background-color: #383838 !important;
}