diff --git a/userContent.css b/userContent.css index 4b25244..5c3bbe3 100644 --- a/userContent.css +++ b/userContent.css @@ -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; } }