fix userContent bg

This commit is contained in:
Gerome Matilla 2020-05-21 07:03:13 +08:00
parent b3c0b8bfee
commit c424dd1fcc

View File

@ -3,7 +3,7 @@
/* Removes white loading page */
@-moz-document url(about:blank), url(about:newtab), url(about:home) {
html:not(#ublock0-epicker), html:not(#ublock0-epicker) body, #newtab-customize-overlay {
background: var(-bf-bg) !important;
background: var(--bf-bg) !important;
}
}