From 2958ccfc14af6fea93a3fed598f1dfb5b5a57e94 Mon Sep 17 00:00:00 2001 From: "John M. Harris, Jr" Date: Sun, 18 Oct 2020 04:54:33 -0700 Subject: [PATCH] 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 ;) --- public/css/grocy_night_mode.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/grocy_night_mode.css b/public/css/grocy_night_mode.css index e01d0c8c..18f76e4f 100644 --- a/public/css/grocy_night_mode.css +++ b/public/css/grocy_night_mode.css @@ -1,5 +1,6 @@ body.night-mode { color: #c1c1c1; + background-color: #333131; } .night-mode .table-info,