Last active
August 29, 2015 14:13
-
-
Save christoph-frick/9f053b574aa522cd7c8c to your computer and use it in GitHub Desktop.
collection of fixes for stylish to make SO readable again
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
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("stackoverflow.com") { | |
body { | |
color: black; | |
background-color: #999; | |
font-family: "Liberation Sans"; | |
} | |
.excerpt { color: black } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment