From e5aebad5d921043c5af675883ef333c2e639b1b8 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sun, 22 Sep 2019 13:32:18 +0200 Subject: [PATCH] Small night mode fix --- public/css/grocy_night_mode.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/grocy_night_mode.css b/public/css/grocy_night_mode.css index 5dde2ab7..89d7091d 100644 --- a/public/css/grocy_night_mode.css +++ b/public/css/grocy_night_mode.css @@ -14,7 +14,7 @@ } .night-mode table.dataTable tr.dtrg-group td, -.nav-tabs .nav-link.active { +.night-mode .nav-tabs .nav-link.active { background-color: #2f3031; color: #c1c1c1; }