Created
December 4, 2013 20:47
-
-
Save yous/7795229 to your computer and use it in GitHub Desktop.
Remove styles overriding background and hiding gutter a1218858d48ee5701c288e889e5ac43aa875ffd2
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
@@ -166,20 +166,6 @@ article { | |
} | |
-figure.code { | |
- .highlight { | |
- background: #212C3B !important; | |
- | |
- .gutter { | |
- display: none; | |
- } | |
- } | |
-} | |
- | |
-.pre-code, html .gist .gist-file .gist-syntax .highlight pre, .highlight code { | |
- background: #212C3B !important; | |
-} | |
- | |
aside { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment