Make WordPress Core

Ticket #58509: 58509.1.patch

File 58509.1.patch, 846 bytes (added by sabernhardt, 2 years ago)
  • src/wp-content/themes/twentyfourteen/css/blocks.css

     
    157157        background-color: #55d737;
    158158}
    159159
     160.widget .wp-block-file .wp-block-file__button,
     161.widget .wp-block-file .wp-block-file__button:hover {
     162        color: #fff;
     163}
     164
    160165/*--------------------------------------------------------------
    1611663.0 Blocks - Formatting
    162167--------------------------------------------------------------*/
     
    263268        background-color: #55d737;
    264269}
    265270
     271.widget a.wp-block-button__link:not(.has-text-color),
     272.widget a.wp-block-button__link:not(.has-text-color):hover {
     273        color: #fff;
     274}
     275
    266276/* Separator */
    267277
    268278.wp-block-separator {