Update grocy_night_mode.css

This commit is contained in:
Kendell R 2021-02-14 14:11:16 -08:00 committed by GitHub
parent 2390a0153a
commit dc370aa523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,15 @@ body.night-mode {
filter: invert(0.9) hue-rotate(176deg);
}
.navbar-light .navbar-toggler {
color: rgba(255, 255, 255, .5);
border-color: rgba(255, 255, 255,.1);
}
.night-mode .navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.night-mode .table-info,
.night-mode .table-info > td,
.night-mode .table-info > th,