Add stylesheet to override brace matching styles, missed from the feature commit.
parent
96412b3219
commit
e413186d23
|
@ -0,0 +1,5 @@
|
||||||
|
/* To override inbuilt Green color for matchingbracket */
|
||||||
|
.cm-s-default .CodeMirror-matchingbracket {
|
||||||
|
color: #333333 !important;
|
||||||
|
background-color: #e8e8e8 !important;
|
||||||
|
}
|
Loading…
Reference in New Issue