Skip to content

Commit

Permalink
style(code-editor): Changed matching braces style
Browse files Browse the repository at this point in the history
  • Loading branch information
vkWeb committed Jan 12, 2018
1 parent 68c4485 commit 41e7597
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/less/code-mirror.less
Expand Up @@ -35,3 +35,8 @@
.CodeMirror-lint-tooltip {
z-index: 9999;
}

div.CodeMirror span.CodeMirror-matchingbracket {
color: #707070;
border: 0.5px solid #707070;
}

0 comments on commit 41e7597

Please sign in to comment.