Last active
January 9, 2018 16:41
-
-
Save irgendwie/341cc8c086c8011720f458535a5ca9b7 to your computer and use it in GitHub Desktop.
Dark background in about:newtab and about:home for Firefox
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ~/.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