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:
Andrea Fercia 2016-01-25 23:51:15 +00:00
parent ddfbfce2e6
commit fd5743761a
1 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ p {
} }
.login label { .login label {
color: #777; color: #72777c;
font-size: 14px; font-size: 14px;
} }
@ -134,7 +134,7 @@ p {
background-size: 84px; background-size: 84px;
background-position: center top; background-position: center top;
background-repeat: no-repeat; background-repeat: no-repeat;
color: #999; color: #444;
height: 84px; height: 84px;
font-size: 20px; font-size: 20px;
font-weight: normal; font-weight: normal;
@ -172,7 +172,7 @@ p {
.login #nav a, .login #nav a,
.login #backtoblog a { .login #backtoblog a {
text-decoration: none; text-decoration: none;
color: #999; color: #555d66;
} }
.login #nav a:hover, .login #nav a:hover,