Skip to content

Instantly share code, notes, and snippets.

@AcouBass
Last active April 18, 2021 22:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AcouBass/2a9d73b2fe1e1df6b530967eab06d7ea to your computer and use it in GitHub Desktop.
Save AcouBass/2a9d73b2fe1e1df6b530967eab06d7ea to your computer and use it in GitHub Desktop.
@-moz-document url-prefix(about:home), url-prefix(about:newtab), url-prefix(about:blank) {
body {
background-color: #171717 !important;
}
}
/* dark blank tab */
u/-moz-document url(about:blank), url(about:newtab) {
#newtab-window, html:not(#ublock0-epicker) {
background: #222 !important;
}
}
@amunizp
Copy link

amunizp commented Apr 18, 2021

Piece Maker:
thats in userContent.css

so likee ~/.mozilla/firefox/profilename/chrome/userContent.css

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment