Add proper fenced code-block formatting

This commit is contained in:
Tristan Druyen 2018-10-08 22:41:24 +03:00 committed by korelstar
parent 94f45599f0
commit 0c265420fc
1 changed files with 5 additions and 1 deletions

View File

@ -244,7 +244,11 @@
.CodeMirror .CodeMirror-code .cm-formatting-header:not(:first-child) {
width: auto;
margin-left: 0px;
margin-left: 0px;
}
.CodeMirror .CodeMirror-code .cm-comment {
font-family: MONOSPACE;
}
/* distraction free styles */