* {
    font-size: 14px;
}
body {
    height: 100vh;
}
.cm-editor {
    background-color: white !important;
}
/*disable codemirror hightlight current line*/
.cm-activeLine {
    background-color: transparent !important;
}
