From e37e156d96f2bcad6394307cafcd265d9407d6ea Mon Sep 17 00:00:00 2001 From: Kendell R Date: Wed, 17 Feb 2021 12:09:31 -0800 Subject: [PATCH] Update grocy_night_mode.css --- public/css/grocy_night_mode.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/grocy_night_mode.css b/public/css/grocy_night_mode.css index 94f8fecd..f69a7123 100644 --- a/public/css/grocy_night_mode.css +++ b/public/css/grocy_night_mode.css @@ -312,3 +312,9 @@ body.night-mode { .night-mode .text-muted { color: #8f9ba5 !important; } + +.night-mode .qr-code { + background-color: #eee; + padding: 10px; + border-radius: 10px; +}