Modify CSS. Use monospace font at pre, code tags.

This commit is contained in:
Hideaki Tanabe 2013-02-17 13:58:08 +09:00
parent 3a8ed5cb37
commit bf95419461
1 changed files with 5 additions and 1 deletions

View File

@ -283,4 +283,8 @@
text-decoration: underline;
}
.markdown-body pre,
.markdown-body code {
font-size: 12px;
font-family: Consolas, "Liberation Mono", Courier, monospace;
}