Accessibility: Fix the color contrast ratio in the login screen.
Props scarinessreported for the initial patch. Fixes #31548. git-svn-id: https://develop.svn.wordpress.org/trunk@36395 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ddfbfce2e6
commit
fd5743761a
@ -114,7 +114,7 @@ p {
|
||||
}
|
||||
|
||||
.login label {
|
||||
color: #777;
|
||||
color: #72777c;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@ -134,7 +134,7 @@ p {
|
||||
background-size: 84px;
|
||||
background-position: center top;
|
||||
background-repeat: no-repeat;
|
||||
color: #999;
|
||||
color: #444;
|
||||
height: 84px;
|
||||
font-size: 20px;
|
||||
font-weight: normal;
|
||||
@ -172,7 +172,7 @@ p {
|
||||
.login #nav a,
|
||||
.login #backtoblog a {
|
||||
text-decoration: none;
|
||||
color: #999;
|
||||
color: #555d66;
|
||||
}
|
||||
|
||||
.login #nav a:hover,
|
||||
|
Loading…
Reference in New Issue
Block a user