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

This commit is contained in:
Dave Page
2017-06-27 10:41:26 -04:00
parent 96412b3219
commit e413186d23

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;
}