Only alter default CM other than outline

This commit is contained in:
narcolepticinsomniac 2018-07-19 06:24:19 -04:00 committed by GitHub
parent 32ae85348a
commit fb07f2e664
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,12 +27,12 @@ body {
box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4); box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
} }
.CodeMirror-gutters { .CodeMirror.cm-s-default .CodeMirror-gutters {
background-color: hsl(0, 0%, 90%) !important; background-color: hsl(0, 0%, 90%) !important;
border-right: 1px solid hsl(0, 0%, 80%) !important; border-right: 1px solid hsl(0, 0%, 80%) !important;
} }
.CodeMirror-activeline-background { .CodeMirror.cm-s-default .CodeMirror-activeline-background {
background: hsl(180, 22%, 88%) !important; background: hsl(180, 22%, 88%) !important;
} }