From 8da3a077a159e253b8ad84cec711705fb78a60f6 Mon Sep 17 00:00:00 2001 From: BlaCk_Void Date: Mon, 16 Aug 2021 18:10:22 +0900 Subject: [PATCH] Fix: Menu - Default theme color preservation #157 --- userChrome.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/userChrome.css b/userChrome.css index d394cb3..5d2e201 100644 --- a/userChrome.css +++ b/userChrome.css @@ -307,6 +307,12 @@ background-color: var(--lwt-accent-color, var(--in-content-page-background)) !important; } + /* Default theme color preservation */ + :root[lwtheme-mozlightdark] menupopup { + --menu-color: var(--toolbar-color) !important; + --menu-background-color: var(--toolbar-bgcolor) !important; + } + /* Fully Dark Mode **********************************************************/ /*= Remove White Flash =====================================================*/ #tabbrowser-tabbox,