[midnight theme] Drop custom matchhighlight styles

Issue #5866
This commit is contained in:
Marijn Haverbeke 2019-05-08 10:59:18 +02:00
parent 42f919f09c
commit dab6f67610
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
/* Based on the theme at http://bonsaiden.github.com/JavaScript-Garden */
/*<!--match-->*/
.cm-s-midnight span.cm-matchhighlight { background: #494949; }
.cm-s-midnight.CodeMirror-focused span.cm-matchhighlight { background: #314D67 !important; }
/*<!--activeline-->*/
.cm-s-midnight .CodeMirror-activeline-background { background: #253540; }