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

Props earnjam, abdullahramzan, audrasjb, Luminus

Fixes #44763


git-svn-id: https://develop.svn.wordpress.org/trunk@43574 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn 2018-08-19 11:00:46 +00:00
parent 8bbae6aeb1
commit 8454fd7918
1 changed files with 4 additions and 0 deletions

View File

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