Customize: Increase the colour contrast of the line numbers in CodeMirror.

Props earnjam, abdullahramzan, audrasjb, Luminus

Fixes #44763

Merges [43574] to the 4.9 branch.


git-svn-id: https://develop.svn.wordpress.org/branches/4.9@43575 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2018-08-19 11:02:15 +00:00
parent a571771360
commit d7b6719f88

View File

@ -70,3 +70,7 @@
.CodeMirror {
text-align: left;
}
.wrap .CodeMirror .CodeMirror-linenumber {
color: #666;
}