From c424dd1fcc288f52de4d0f8d7733b79383f9ecf8 Mon Sep 17 00:00:00 2001 From: Gerome Matilla Date: Thu, 21 May 2020 07:03:13 +0800 Subject: [PATCH] fix userContent bg --- userContent.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }