Add stylesheet to override brace matching styles, missed from the feature commit.

REL-1_X
Dave Page 2017-06-27 10:41:26 -04:00
parent 96412b3219
commit e413186d23
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
/* To override inbuilt Green color for matchingbracket */
.cm-s-default .CodeMirror-matchingbracket {
color: #333333 !important;
background-color: #e8e8e8 !important;
}