Skip to content

Instantly share code, notes, and snippets.

@0b10011
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0b10011/9a1fc1f9bbec1637a841 to your computer and use it in GitHub Desktop.
Save 0b10011/9a1fc1f9bbec1637a841 to your computer and use it in GitHub Desktop.
/**
* Implements http://meta.stackoverflow.com/a/270612/526741
*
* 1. Go to Help > Troubleshooting Information in Firefox
* 2. Click "Open Directory" next to "Profile Directory"
* 3. Open (or create) "chrome" directory
* 4. Edit (or create) "userContent.css" in the "chrome" directory
* 5. Set contents of file to this file
*/
@-moz-document domain(stackoverflow.com) {
blockquote {
background:#fff9e3 !important;
border-left:2px solid #ffeb8e !important;
}
pre {
border-left:2px dotted #ccc !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment