Skip to content

Instantly share code, notes, and snippets.

@danbruegge
Created July 22, 2015 07:38
Show Gist options
  • Save danbruegge/441629e13315dbae63ae to your computer and use it in GitHub Desktop.
Save danbruegge/441629e13315dbae63ae to your computer and use it in GitHub Desktop.
Add custom background-color for twitter. Paste the code into a new Stylisch style. (https://addons.mozilla.org/en-US/firefox/addon/stylish/)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("twitter.com") {
body {
background-color: #111;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment