mirror of
https://github.com/grocy/grocy.git
synced 2025-08-21 12:52:39 +00: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:
committed by
GitHub
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,
|
||||||
|
Reference in New Issue
Block a user