mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 12:26:15 +02:00
Update grocy_night_mode.css
This commit is contained in:
parent
2390a0153a
commit
dc370aa523
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user