Make WordPress Core


Ignore:
Timestamp:
02/19/2016 06:43:04 PM (9 years ago)
Author:
afercia
Message:

Accessibility: Improve color contrast updating any #999 gray used for text or icons to a darker gray.

Fixes #35660.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/misc.php

    r36232 r36587  
    711711    } else {
    712712        // Fall back to the default set of icon colors if the default scheme is missing.
    713         $icon_colors = array( 'base' => '#999', 'focus' => '#00a0d2', 'current' => '#fff' );
     713        $icon_colors = array( 'base' => '#82878c', 'focus' => '#00a0d2', 'current' => '#fff' );
    714714    }
    715715
Note: See TracChangeset for help on using the changeset viewer.