Make WordPress Core

Ticket #38969: 38969.2.diff

File 38969.2.diff, 1.2 KB (added by laurelfulford, 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}
     
    496496        background-color: transparent;
    497497}
    498498
     499.colors-dark .gallery-item a,
     500.colors-dark .gallery-item a:hover,
     501.colors-dark .gallery-item a:focus,
    499502.colors-dark .widget .tagcloud a,
    500503.colors-dark .widget .tagcloud a:focus,
    501504.colors-dark .widget .tagcloud a:hover,
  • src/wp-content/themes/twentyseventeen/style.css

     
    29392939        box-shadow: none;
    29402940        background: none;
    29412941        display: inline-block;
    2942         width: 100%;
     2942        max-width: 100%;
    29432943}
    29442944
    29452945.gallery-item a img {