Skip to content

Instantly share code, notes, and snippets.

@rajeevedmonds
Created November 15, 2013 14:45
Show Gist options
  • Save rajeevedmonds/7485388 to your computer and use it in GitHub Desktop.
Save rajeevedmonds/7485388 to your computer and use it in GitHub Desktop.
.gist {
margin-top: 1em;
margin-bottom: 1em;
border-collapse: collapse !important;
}
.gist .gist-file {
font-family: "Consolas", Courier, monospace;
border: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.gist .gist-file .gist-meta {
font-family: "Open Sans Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Nimbus L", sans-serif !important;
font-weight: 300 !important;
text-transform: uppercase !important;
display: none !important;
/* Hide GitHub attribution */
}
.gist .gist-file .gist-meta a:visited {
color: #3498db !important;
}
.gist .gist-file .gist-data {
background: #fdfdfd !important;
border-bottom: none !important;
/* Hide GitHub attribution */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment