Skip to content

Instantly share code, notes, and snippets.

@sethlilly
Created October 16, 2013 22:19
Show Gist options
  • Save sethlilly/7015919 to your computer and use it in GitHub Desktop.
Save sethlilly/7015919 to your computer and use it in GitHub Desktop.
Snippet of Gist embed code for Vapor
.gist {
margin-top: 1em;
margin-bottom: 1em;
border-collapse: collapse !important;
}
.gist .gist-file {
font-family: consolas, courier, monospace !important;
border: 1px solid rgba(0,0,0,0.05) !important;
}
.gist .gist-file .gist-meta {
font-family: 'Open Sans Condensed' !important;
font-weight: 300 !important;
text-transform: uppercase !important;
display: none !important; /* Hide GitHub attribution */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment