Make WordPress Core

Changeset 23116


Ignore:
Timestamp:
12/07/2012 01:38:57 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: set color values to black to ensure full text color contrast in print styles. Props miqrogroove, fixes #22797.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentytwelve/style.css

    r22899 r23116  
    16171617    body {
    16181618        background: none !important;
     1619        color: #000;
    16191620        font-size: 10pt;
    16201621    }
     
    16511652    }
    16521653    .site-header h2 {
     1654        color: #000;
    16531655        font-size: 10pt;
    16541656        text-align: left;
     1657    }
     1658    .site-header h1 a,
     1659    .site-header h2 a {
     1660        color: #000;
    16551661    }
    16561662    .author-avatar,
Note: See TracChangeset for help on using the changeset viewer.