Code quality improvement on JS
parent
ec332cf903
commit
7f7216be6e
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,10 @@
|
|||||||
|
.CodeMirror {
|
||||||
|
font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||||
|
&.cm-s-default {
|
||||||
|
border-radius: 3px;
|
||||||
|
padding: 0 !important;
|
||||||
|
}
|
||||||
|
.cm-comment {
|
||||||
|
background: inherit !important;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue