Make WordPress Core

Changeset 30910 for trunk


Ignore:
Timestamp:
12/16/2014 04:18:40 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Fifteen: fallback hex color for no-comments text should come first.

Props iamtakashi, fixes #30730.

File:
1 edited

Legend:

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

    r30810 r30910  
    23252325        border-top: 1px solid #eaeaea;
    23262326        border-top: 1px solid rgba(51, 51, 51, 0.1);
     2327        color: #707070;
    23272328        color: rgba(51, 51, 51, 0.7);
    2328         color: #707070;
    23292329        font-family: "Noto Sans", sans-serif;
    23302330        font-weight: 700;
Note: See TracChangeset for help on using the changeset viewer.