mirror of
git://develop.git.wordpress.org/
synced 2025-03-14 17:09:47 +01:00
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:
parent
a571771360
commit
d7b6719f88
@ -70,3 +70,7 @@
|
||||
.CodeMirror {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.wrap .CodeMirror .CodeMirror-linenumber {
|
||||
color: #666;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user