.hljs {background:white}

.CodeMirror {
    height: auto;
    border: 1px solid #eee;
}

*.CodeMirror .readOnly {
    background-color: #cccccc;
}

.cm-mustache {color: #0ca;}

.cloze {
    /* for anki */
    font-weight: bold;
    color: blue;
}
