Fix the text highlight colour.

This commit is contained in:
Dave Page 2019-02-25 17:08:05 +00:00
parent 0694f59e70
commit 1770c94b07

View File

@ -152,3 +152,7 @@
}
}
}
.CodeMirror-focused .CodeMirror-selected {
background: $color-primary-light !important;
}