From d506788d94f982189f541707613b4d64630f5b4d Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 28 Nov 2022 04:00:46 +0200 Subject: [PATCH] fix mobile navbar and popover on transparent theme --- files/assets/css/transparent.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/files/assets/css/transparent.css b/files/assets/css/transparent.css index e4e08db1e..637f09540 100644 --- a/files/assets/css/transparent.css +++ b/files/assets/css/transparent.css @@ -79,3 +79,11 @@ pre { h5.post-title a:visited { color: #7a7a7a !important; } + +#mobile-bottom-navigation-bar { + background-color:#21262daa !important; +} + +.popover { + background-color:#21262d !important; +}