Accessibility: Fix the color contrast ratio in the login screen.
Props scarinessreported for the initial patch. Fixes #31548. Built from https://develop.svn.wordpress.org/trunk@36395 git-svn-id: http://core.svn.wordpress.org/trunk@36362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d28ce2a1e4
commit
eba8321e21
|
@ -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,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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,
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5-alpha-36394';
|
$wp_version = '4.5-alpha-36395';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue