Last active
August 29, 2015 14:06
-
-
Save 0b10011/9a1fc1f9bbec1637a841 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
/** | |
* 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