Skip to content

Instantly share code, notes, and snippets.

View johnjcamilleri's full-sized avatar

John J. Camilleri johnjcamilleri

View GitHub Profile
@mii9000
mii9000 / gh-code.css
Created July 28, 2015 07:36
GitHub's CSS for code block with syntax highlighting
/* Usage sample: http://jsfiddle.net/ibrahimislam/c9snLshw/2/ */
/* Get the markdown parsed from api.github.com/markdown */
.highlight pre {
padding: 16px;
overflow: auto;
font-size: 85%;
line-height: 1.45;
background-color: #f7f7f7;
border-radius: 3px;