Accessibility: Improve the color contrast ratio replacing the residual occurrences of the #777 gray.
Uses the existing `#72777c` on white backgrounds and the new `#555d66` "dark medium gray" on darker backgrounds. Fixes #35605. Built from https://develop.svn.wordpress.org/trunk@36396 git-svn-id: http://core.svn.wordpress.org/trunk@36363 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -141,7 +141,7 @@ body.folded .revisions .loading-indicator {
|
||||
}
|
||||
|
||||
.revisions-controls .author-card .date {
|
||||
color: #777;
|
||||
color: #72777c;
|
||||
}
|
||||
|
||||
.revisions-controls .author-card.autosave {
|
||||
|
||||
Reference in New Issue
Block a user