Make WordPress Core

Changeset 36395


Ignore:
Timestamp:
01/25/2016 11:51:15 PM (9 years ago)
Author:
afercia
Message:

Accessibility: Fix the color contrast ratio in the login screen.

Props scarinessreported for the initial patch.
Fixes #31548.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/login.css

    r34365 r36395  
    115115
    116116.login label {
    117     color: #777;
     117    color: #72777c;
    118118    font-size: 14px;
    119119}
     
    135135    background-position: center top;
    136136    background-repeat: no-repeat;
    137     color: #999;
     137    color: #444;
    138138    height: 84px;
    139139    font-size: 20px;
     
    173173.login #backtoblog a {
    174174    text-decoration: none;
    175     color: #999;
     175    color: #555d66;
    176176}
    177177
Note: See TracChangeset for help on using the changeset viewer.