mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 07:39:25 +01:00
Fix night mode (#1067)
This fixes a few lines of white when in night mode. This change was done from a tablet, I can redo this commit properly on a computer when I get back home if needed. This just really annoyed me ;)
This commit is contained in:
parent
ab1611081e
commit
2958ccfc14
|
|
@ -1,5 +1,6 @@
|
||||||
body.night-mode {
|
body.night-mode {
|
||||||
color: #c1c1c1;
|
color: #c1c1c1;
|
||||||
|
background-color: #333131;
|
||||||
}
|
}
|
||||||
|
|
||||||
.night-mode .table-info,
|
.night-mode .table-info,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user