Make WordPress Core

Ticket #48582: 48582.3.diff

File 48582.3.diff, 656 bytes (added by audrasjb, 5 years ago)

New patch

  • src/wp-admin/css/about.css

    diff --git a/src/wp-admin/css/about.css b/src/wp-admin/css/about.css
    index 053c0210de..0a70eb5707 100644
    a b  
    305305        line-height: inherit;
    306306}
    307307
    308 .about__section a,
     308.about__section a {
     309        color: #5F1B29;
     310        text-decoration: underline;
     311}
     312
    309313.about__section a:hover,
    310314.about__section a:active,
    311315.about__section a:focus {
    312         color: inherit;
     316        color: #5F1B29;
     317        text-decoration: none;
     318}
     319
     320.wp-credits-list a {
     321        text-decoration: none;
     322}
     323
     324.wp-credits-list a:hover,
     325.wp-credits-list a:active,
     326.wp-credits-list a:focus {
     327        text-decoration: underline;
    313328}
    314329
    315330.about__container ul {