Accessibility: Improve color contrast updating any #999 gray used for text or icons to a darker gray.
Fixes #35660. Built from https://develop.svn.wordpress.org/trunk@36587 git-svn-id: http://core.svn.wordpress.org/trunk@36554 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -1642,7 +1642,7 @@ div.action-links,
|
||||
}
|
||||
|
||||
.no-plugin-results {
|
||||
color: #999;
|
||||
color: #666; /* same as no themes and no media */
|
||||
font-size: 18px;
|
||||
font-style: normal;
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user