Fix: Menu - Default theme color preservation #157

This commit is contained in:
BlaCk_Void 2021-08-16 18:10:22 +09:00
parent 7973d93c93
commit 8da3a077a1

View file

@ -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,