mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 11:22:23 +00:00
23 lines
No EOL
462 B
CSS
23 lines
No EOL
462 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(--mff-bg) !important;
|
|
}
|
|
}
|
|
|
|
|
|
/* Hide scrollbar */
|
|
|
|
:root{
|
|
scrollbar-width: none !important;
|
|
}
|
|
|
|
|
|
@-moz-document url(about:privatebrowsing) {
|
|
|
|
:root{
|
|
scrollbar-width: none !important;
|
|
}
|
|
} |