From 3321bcd6833072c6ded80adfb9c10e033a33195a Mon Sep 17 00:00:00 2001 From: Marius Boro Date: Thu, 30 May 2019 14:32:27 +0200 Subject: [PATCH] Update grocy_night_mode.css Fixed unreadable text --- public/css/grocy_night_mode.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/css/grocy_night_mode.css b/public/css/grocy_night_mode.css index 34e6a4de..9acf5ca5 100644 --- a/public/css/grocy_night_mode.css +++ b/public/css/grocy_night_mode.css @@ -5,7 +5,12 @@ .night-mode .table-info, .night-mode .table-info > td, .night-mode .table-info > th { - background-color: #07373f; + background-color: #07373f; + color: #6c757d; +} + +.night-mode .table { + color: #6c757d; } .night-mode .btn,