Skip to content

Instantly share code, notes, and snippets.

@irgendwie
Last active January 9, 2018 16:41
Show Gist options
  • Save irgendwie/341cc8c086c8011720f458535a5ca9b7 to your computer and use it in GitHub Desktop.
Save irgendwie/341cc8c086c8011720f458535a5ca9b7 to your computer and use it in GitHub Desktop.
Dark background in about:newtab and about:home for Firefox
/* ~/.mozilla/firefox/%profile%/chrome/userContent.css */
@-moz-document url("about:newtab"), url("about:home") {
body {
background-color: #2F2F2F !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment