Skip to content

Instantly share code, notes, and snippets.

@ochilab
Forked from jnrbsn/better-gist-styles.css
Created May 18, 2013 06:20
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 ochilab/5603451 to your computer and use it in GitHub Desktop.
Save ochilab/5603451 to your computer and use it in GitHub Desktop.
Gistのコードをブログなどに埋めこむ際の1つのベターなスタイル設定です。
/* 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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment