Files
dotfiles/firefox-theme-space/chrome/userContent.css

8 lines
283 B
CSS

@import url("userChrome.css");
/* 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(--z4ckx-bg) !important;
}
}