Make WordPress Core

Ticket #51435: 51435.2.diff

File 51435.2.diff, 681 bytes (added by garrett-eclipse, 6 years ago)

Refresh to go with the alt (left yellow border), avoid contrast issues and apply font styling to all heading levels.

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

     
    724724}
    725725
    726726.text-removed .policy-text {
    727         color: #666;
    728         font-weight: 600;
     727        color: #777;
     728        font-weight: 300;
     729        padding-left: 5px;
     730        border-left: 3px solid #ffb900;
    729731}
    730732
     733.text-removed .policy-text h1,
     734.text-removed .policy-text h2,
     735.text-removed .policy-text h3,
     736.text-removed .policy-text h4,
     737.text-removed .policy-text h5,
     738.text-removed .policy-text h6 {
     739        color: #39424a;
     740        font-weight: 500;
     741}
     742
    731743.privacy-text-actions {
    732744        display: inline-block;
    733745        width: 100%;