Make WordPress Core

Ticket #30108: 30108.1.diff

File 30108.1.diff, 539 bytes (added by morganestes, 10 years ago)

Corrects the janky underlines in icons and adjusts links inside the post to visually alter links on hover.

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

     
    11781178        z-index: 100000;
    11791179}
    11801180
     1181a:focus,
     1182a:hover {
     1183        text-decoration: underline;
     1184}
    11811185
     1186.entry-content a:focus,
     1187.entry-content a:hover,
     1188.entry-footer a:focus:before,
     1189.entry-footer a:hover:before {
     1190        text-decoration: none;
     1191        border-bottom: none;
     1192}
     1193
    11821194/**
    11831195 * 8.0 Alignments
    11841196 */