Skip to content

Instantly share code, notes, and snippets.

@mattcomi
Last active April 12, 2016 07:25
Show Gist options
  • Save mattcomi/03da20019fa287a69252245626f99e09 to your computer and use it in GitHub Desktop.
Save mattcomi/03da20019fa287a69252245626f99e09 to your computer and use it in GitHub Desktop.
Add these lines to your site to embed GitHub Gist's with a 'Nice' style.
.gist .blob-num { border-color: rgba(205, 233, 244, 1) !important; border-width: 0 2px 0 0 !important }
.gist .js-file-line-container { margin: 9px 0 0 0 !important; background-color: transparent !important }
.gist .gist-file { border: 0 !important; margin-left: 10px; }
.gist .gist-meta { background-color: transparent !important; color: rgba(0, 0, 0, 0.3) !important; padding-top: 5px !important }
.gist .gist-data { border-bottom: 0 !important }
.gist .gist-meta a:first-child { display: none }
.gist .gist-meta a { color: rgba(0, 0, 0, 0.4) !important }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment