From 67dccf25b0193cc369f6a873f3601f83fcbb4f27 Mon Sep 17 00:00:00 2001 From: "John M. Harris, Jr" Date: Sat, 17 Oct 2020 20:17:14 -0700 Subject: [PATCH] Fix night mode 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,