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:
parent
8bbae6aeb1
commit
8454fd7918
@ -70,3 +70,7 @@
|
|||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.wrap .CodeMirror .CodeMirror-linenumber {
|
||||||
|
color: #666;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user