Make WordPress Core

Ticket #23513: 23513.page-links.2.diff

File 23513.page-links.2.diff, 706 bytes (added by sabreuse, 12 years ago)

missed a set of .page-links

  • wp-content/themes/twentythirteen/style.css

     
    12101210.format-gallery .entry-content .page-links a,
    12111211.format-chat .entry-content .page-links a,
    12121212.page-links a {
    1213         background: #e63320;
    1214         border: 1px solid #e63320;
     1213        background: #ca3c08;
     1214        border: 1px solid #ca3c08;
    12151215        color: #fff;
    12161216}
    12171217
     
    12231223.format-quote .entry-content .page-links a:hover,
    12241224.page-links a:hover {
    12251225        background: #fff;
    1226         color: #e63320;
     1226        color: #ca3c08;
    12271227}
    12281228
    12291229.format-status .entry-content .page-links > span,