Make WordPress Core


Ignore:
Timestamp:
11/21/2018 10:29:55 PM (8 years ago)
Author:
allancole
Message:

Updating Twenty Nineteen, our new default theme for 2019, set for 5.0.

This update changes the following:

  • Fixes link colors within solid-color pullquote blocks.

Props kjellr, xkon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-content/themes/twentynineteen/style-editor.scss

    r43909 r43928  
    465465                        max-width: calc( 100% - (2 * #{ $size__spacing-unit}));
    466466
    467                         &.has-text-color p {
     467                        a,
     468                        &.has-text-color p,
     469                        &.has-text-color a {
    468470                                color: inherit;
    469471                        }
Note: See TracChangeset for help on using the changeset viewer.