Skip to content

Instantly share code, notes, and snippets.

@ardianta
Forked from jnrbsn/better-gist-styles.css
Last active September 18, 2015 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ardianta/fc3beb2d591fc52692de to your computer and use it in GitHub Desktop.
Save ardianta/fc3beb2d591fc52692de to your computer and use it in GitHub Desktop.
Better styles for embedding GitHub Gists
/* CSS untuk embed Gist */
.gist{font-size:13px;line-height:18px;margin-bottom:20px;width:100%}
.gist-file .gist-data {max-height: 500px}
.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:#239ea3 !important;text-decoration:none}
.gist-meta a:hover{color:#5cc2c0 !important}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment