remove newtab and home from userContent
This commit is contained in:
parent
0013f6eda5
commit
fe717e97cf
@ -10,6 +10,7 @@
|
||||
--bf-sidebar-searchbar-radius: 6px;
|
||||
|
||||
--bf-accent-bg: #4C5FF9CC;
|
||||
--bf-blank-page-bg: #252525;
|
||||
|
||||
--bf-urlbar-hightlight-bg: var(--bf-accent-bg);
|
||||
--bf-urlbar-radius: 9px;
|
||||
|
@ -1,9 +1,13 @@
|
||||
@import url('userChrome.css');
|
||||
|
||||
/* Removes the 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;
|
||||
/* url(about:newtab), url(about:home) */
|
||||
@-moz-document url(about:blank) {
|
||||
html:not(#ublock0-epicker),
|
||||
html:not(#ublock0-epicker)
|
||||
body,
|
||||
#newtab-customize-overlay {
|
||||
background: var(--bf-blank-page-bg) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user