From fd5743761aecefdda1a2b8565c605de52517f965 Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Mon, 25 Jan 2016 23:51:15 +0000 Subject: [PATCH] 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 --- src/wp-admin/css/login.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/css/login.css b/src/wp-admin/css/login.css index 750921bb4e..4cb2f85ab7 100644 --- a/src/wp-admin/css/login.css +++ b/src/wp-admin/css/login.css @@ -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,