_editor.less 241 B

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