mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
reduce font size in embedded Gists
This commit is contained in:
parent
720f88cc60
commit
4d23c27584
1 changed files with 12 additions and 0 deletions
|
|
@ -387,3 +387,15 @@ pre.line-numbers {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Improve embedded Gist styles
|
||||||
|
*/
|
||||||
|
|
||||||
|
.gist {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
line-height: 1.2rem;
|
||||||
|
font-family: 'Menlo', 'Courier New', monospace;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue