Make WordPress Core

Ticket #50809: 50809.patch

File 50809.patch, 504 bytes (added by amolv, 5 years ago)

Theme CSS removed which overwrites Social Icons Block CSS.

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

     
    11351135        word-wrap: break-word;
    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;
    11501140}