Make WordPress Core

Ticket #38969: 38969.diff

File 38969.diff, 539 bytes (added by afercia, 9 years ago)
  • src/wp-content/themes/twentyseventeen/assets/css/colors-dark.css

     
    474474}
    475475
    476476/* Fixes linked images */
    477 .entry-content a img,
    478 .widget a img {
     477.colors-dark .entry-content a img,
     478.colors-dark .widget a img {
    479479        -webkit-box-shadow: 0 0 0 8px #222;
    480480        box-shadow: 0 0 0 8px #222;
    481481}