_codemirror-overrides.scss 201 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11
/*
 * CodeMirror color contrast overrides
 * (so we don't change the vendor file)
 */

.CodeMirror {
    
    .CodeMirror-linenumber.CodeMirror-gutter-elt {
        color: $gray-d3 !important;
    }
}