Skip to content

Instantly share code, notes, and snippets.

@roachhd
Last active February 17, 2020 13:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save roachhd/c1c2648bdd021a17f4af to your computer and use it in GitHub Desktop.
Save roachhd/c1c2648bdd021a17f4af to your computer and use it in GitHub Desktop.
Embed Gists but make them look better
/* Better styles for embedding GitHub Gists */
.gist{font-size:13px;line-height:18px;margin-bottom:20px;width:100%}
.gist pre{font-family:Menlo,Monaco,'Bitstream Vera Sans Mono','Courier New',monospace !important}
.gist-meta{font-family:Helvetica,Arial,sans-serif;font-size:13px !important}
.gist-meta a{color:#26a !important;text-decoration:none}
.gist-meta a:hover{color:#0e4071 !important}
/* Better styles for embedding GitHub Gists */
.gist{font-size:13px;line-height:18px;margin-bottom:20px;width:100%}
.gist pre{font-family:Menlo,Monaco,'Bitstream Vera Sans Mono','Courier New',monospace !important}
.gist-meta{font-family:Helvetica,Arial,sans-serif;font-size:13px !important}
.gist-meta a{color:#26a !important;text-decoration:none}
.gist-meta a:hover{color:#0e4071 !important}
<script src="https://gist.github.com/roachhd/f3233638b9b18d699ada.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment