修改codeMirror中代码的样式
This commit is contained in:
@@ -43,3 +43,8 @@ pre {
|
|||||||
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
|
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.CodeMirror-code{
|
||||||
|
font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user