Skip to content

Commit

Permalink
style(code-editor): New matching-braces style
Browse files Browse the repository at this point in the history
Closes freeCodeCamp#16363

fix color mismatch
  • Loading branch information
vkWeb committed Jan 2, 2018
1 parent 40d34c3 commit 88cc816
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion client/less/code-mirror.less
Expand Up @@ -34,4 +34,9 @@

.CodeMirror-lint-tooltip {
z-index: 9999;
}
}

div.CodeMirror span.CodeMirror-matchingbracket {
border: 0.5px solid #939393 !important;
color: #000;
}

0 comments on commit 88cc816

Please sign in to comment.