Modify CSS. Use monospace font at pre, code tags.
This commit is contained in:
parent
3a8ed5cb37
commit
bf95419461
@ -283,4 +283,8 @@
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
||||
.markdown-body pre,
|
||||
.markdown-body code {
|
||||
font-size: 12px;
|
||||
font-family: Consolas, "Liberation Mono", Courier, monospace;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user