Skip to content

Instantly share code, notes, and snippets.

@yous
Created December 4, 2013 20:47
Show Gist options
  • Save yous/7795229 to your computer and use it in GitHub Desktop.
Save yous/7795229 to your computer and use it in GitHub Desktop.
Remove styles overriding background and hiding gutter a1218858d48ee5701c288e889e5ac43aa875ffd2
@@ -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