_editor.less 207 B

12345678910
  1. .CodeMirror {
  2. font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  3. &.cm-s-default {
  4. border-radius: 3px;
  5. padding: 0 !important;
  6. }
  7. .cm-comment {
  8. background: inherit !important;
  9. }
  10. }