reduce font size in embedded Gists

This commit is contained in:
Sami Samhuri 2014-03-10 00:16:10 -07:00
parent 720f88cc60
commit 4d23c27584

View file

@ -387,3 +387,15 @@ pre.line-numbers {
margin-top: 0;
color: #888;
}
/**
* Improve embedded Gist styles
*/
.gist {
font-size: 0.8rem;
line-height: 1.2rem;
font-family: 'Menlo', 'Courier New', monospace;
}