From d01b8c50ab813bfdb4c1efe81b3b2304f4d03e8d Mon Sep 17 00:00:00 2001 From: Marius Boro Date: Tue, 12 Jan 2021 18:05:21 +0100 Subject: [PATCH] Update grocy_night_mode.css Night mode updates for Grocy 3 --- public/css/grocy_night_mode.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/public/css/grocy_night_mode.css b/public/css/grocy_night_mode.css index 18f76e4f..fcc31f52 100644 --- a/public/css/grocy_night_mode.css +++ b/public/css/grocy_night_mode.css @@ -241,3 +241,16 @@ .night-mode .dropdown-menu { background-color: #333131; } + +.night-mode .table-secondary td, +.night-mode .table-secondary th { + background-color: #4c4e50; +} + +.night-mode .secondary-message { + border-top-color: #4c4e50; +} + +.night-mode .normal-message { + border-top-color: #07373f; +}