Make WordPress Core

Changeset 23475


Ignore:
Timestamp:
02/22/2013 04:54:01 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Ten: better color contrast for links and text, props elfin. Fixes #14794.

File:
1 edited

Legend:

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

    r23125 r23475  
    526526#content tr th,
    527527#content thead th {
    528     color: #888;
     528    color: #777;
    529529    font-size: 12px;
    530530    font-weight: bold;
     
    566566.page-title a:link,
    567567.page-title a:visited {
    568     color: #888;
     568    color: #777;
    569569    text-decoration: none;
    570570}
     
    590590}
    591591.entry-meta {
    592     color: #888;
     592    color: #777;
    593593    font-size: 12px;
    594594}
     
    628628}
    629629.entry-content label {
    630     color: #888;
     630    color: #777;
    631631    font-size: 12px;
    632632}
     
    708708.entry-utility {
    709709    clear: both;
    710     color: #888;
     710    color: #777;
    711711    font-size: 12px;
    712712    line-height: 18px;
     
    714714.entry-meta a,
    715715.entry-utility a {
    716     color: #888;
     716    color: #777;
    717717}
    718718.entry-meta a:hover,
     
    835835}
    836836.wp-caption p.wp-caption-text {
    837     color: #888;
     837    color: #777;
    838838    font-size: 12px;
    839839    margin: 5px;
     
    869869}
    870870.gallery .gallery-caption {
    871     color: #888;
     871    color: #777;
    872872    font-size: 12px;
    873873    margin: 0 0 12px;
     
    892892
    893893.navigation {
    894     color: #888;
     894    color: #777;
    895895    font-size: 12px;
    896896    line-height: 18px;
     
    899899.navigation a:link,
    900900.navigation a:visited {
    901     color: #888;
     901    color: #777;
    902902    text-decoration: none;
    903903}
     
    997997.comment-meta a:link,
    998998.comment-meta a:visited {
    999     color: #888;
     999    color: #777;
    10001000    text-decoration: none;
    10011001}
     
    10141014.reply a,
    10151015a.comment-edit-link {
    1016     color: #888;
     1016    color: #777;
    10171017}
    10181018.reply a:hover,
     
    10411041}
    10421042#comments .pingback p {
    1043     color: #888;
     1043    color: #777;
    10441044    display: block;
    10451045    font-size: 12px;
     
    10931093}
    10941094#respond label {
    1095     color: #888;
     1095    color: #777;
    10961096    font-size: 12px;
    10971097}
     
    11041104}
    11051105#respond .form-allowed-tags {
    1106     color: #888;
     1106    color: #777;
    11071107    font-size: 12px;
    11081108    line-height: 18px;
Note: See TracChangeset for help on using the changeset viewer.