Make WordPress Core

Changeset 49240


Ignore:
Timestamp:
10/20/2020 05:33:46 PM (3 years ago)
Author:
desrosj
Message:

Twenty Thirteen: Prevent incorrect link color within the Social Icon block.

Props amolv, shital-patel, poena, davidbaumwald.
Fixes #50809.

File:
1 edited

Legend:

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

    r48775 r49240  
    11361136}
    11371137
    1138 .entry-content a,
    1139 .comment-content a {
    1140     color: #bc360a;
    1141 }
    1142 
    1143 .entry-content a:hover,
    1144 .comment-content a:hover {
    1145     color: #ea9629;
    1146 }
    1147 
    11481138.entry-content .more-link {
    11491139    white-space: nowrap;
Note: See TracChangeset for help on using the changeset viewer.