mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 20:06:16 +02:00
Update grocy_night_mode.css
Fixed unreadable text
This commit is contained in:
parent
41b8b5d11e
commit
3321bcd683
|
|
@ -5,7 +5,12 @@
|
||||||
.night-mode .table-info,
|
.night-mode .table-info,
|
||||||
.night-mode .table-info > td,
|
.night-mode .table-info > td,
|
||||||
.night-mode .table-info > th {
|
.night-mode .table-info > th {
|
||||||
background-color: #07373f;
|
background-color: #07373f;
|
||||||
|
color: #6c757d;
|
||||||
|
}
|
||||||
|
|
||||||
|
.night-mode .table {
|
||||||
|
color: #6c757d;
|
||||||
}
|
}
|
||||||
|
|
||||||
.night-mode .btn,
|
.night-mode .btn,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user