From dc370aa5232a387ed6469809623b7c1d2bc65d10 Mon Sep 17 00:00:00 2001 From: Kendell R Date: Sun, 14 Feb 2021 14:11:16 -0800 Subject: [PATCH] Update grocy_night_mode.css --- public/css/grocy_night_mode.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/public/css/grocy_night_mode.css b/public/css/grocy_night_mode.css index c87d1292..94f8fecd 100644 --- a/public/css/grocy_night_mode.css +++ b/public/css/grocy_night_mode.css @@ -7,6 +7,15 @@ body.night-mode { filter: invert(0.9) hue-rotate(176deg); } +.navbar-light .navbar-toggler { + color: rgba(255, 255, 255, .5); + border-color: rgba(255, 255, 255,.1); +} + +.night-mode .navbar-light .navbar-toggler-icon { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); +} + .night-mode .table-info, .night-mode .table-info > td, .night-mode .table-info > th,