Make WordPress Core

Ticket #38969: 38969.1.diff

File 38969.1.diff, 819 bytes (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,