diff --git a/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss b/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss index 479ee33d25..653e50a8c2 100644 --- a/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss +++ b/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss @@ -838,14 +838,14 @@ // Use white text against these backgrounds by default. color: $color__background-body; - p, - h1, - h2, - h3, - h4, - h5, - h6, - a { + > p, + > h1, + > h2, + > h3, + > h4, + > h5, + > h6, + > a { color: $color__background-body; } } @@ -854,14 +854,14 @@ color: $color__text-main; // Use dark gray text against this background by default. - p, - h1, - h2, - h3, - h4, - h5, - h6, - a { + > p, + > h1, + > h2, + > h3, + > h4, + > h5, + > h6, + > a { color: $color__text-main; } } @@ -894,25 +894,25 @@ //! Custom foreground colors .has-primary-color, .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, - .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p { + .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p { color: $color__link; } .has-secondary-color, .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, - .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p { + .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p { color: $color__border-link-hover; } .has-dark-gray-color, .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, - .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p { + .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p { color: $color__text-main; } .has-light-gray-color, .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, - .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p { + .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p { color: $color__text-light; } diff --git a/wp-content/themes/twentynineteen/style-rtl.css b/wp-content/themes/twentynineteen/style-rtl.css index 80732eb901..3fd6f91ecd 100644 --- a/wp-content/themes/twentynineteen/style-rtl.css +++ b/wp-content/themes/twentynineteen/style-rtl.css @@ -6075,38 +6075,38 @@ body.page .main-navigation { color: #fff; } -.entry .entry-content .has-primary-background-color p, -.entry .entry-content .has-primary-background-color h1, -.entry .entry-content .has-primary-background-color h2, -.entry .entry-content .has-primary-background-color h3, -.entry .entry-content .has-primary-background-color h4, -.entry .entry-content .has-primary-background-color h5, -.entry .entry-content .has-primary-background-color h6, -.entry .entry-content .has-primary-background-color a, -.entry .entry-content .has-secondary-background-color p, -.entry .entry-content .has-secondary-background-color h1, -.entry .entry-content .has-secondary-background-color h2, -.entry .entry-content .has-secondary-background-color h3, -.entry .entry-content .has-secondary-background-color h4, -.entry .entry-content .has-secondary-background-color h5, -.entry .entry-content .has-secondary-background-color h6, -.entry .entry-content .has-secondary-background-color a, -.entry .entry-content .has-dark-gray-background-color p, -.entry .entry-content .has-dark-gray-background-color h1, -.entry .entry-content .has-dark-gray-background-color h2, -.entry .entry-content .has-dark-gray-background-color h3, -.entry .entry-content .has-dark-gray-background-color h4, -.entry .entry-content .has-dark-gray-background-color h5, -.entry .entry-content .has-dark-gray-background-color h6, -.entry .entry-content .has-dark-gray-background-color a, -.entry .entry-content .has-light-gray-background-color p, -.entry .entry-content .has-light-gray-background-color h1, -.entry .entry-content .has-light-gray-background-color h2, -.entry .entry-content .has-light-gray-background-color h3, -.entry .entry-content .has-light-gray-background-color h4, -.entry .entry-content .has-light-gray-background-color h5, -.entry .entry-content .has-light-gray-background-color h6, -.entry .entry-content .has-light-gray-background-color a { +.entry .entry-content .has-primary-background-color > p, +.entry .entry-content .has-primary-background-color > h1, +.entry .entry-content .has-primary-background-color > h2, +.entry .entry-content .has-primary-background-color > h3, +.entry .entry-content .has-primary-background-color > h4, +.entry .entry-content .has-primary-background-color > h5, +.entry .entry-content .has-primary-background-color > h6, +.entry .entry-content .has-primary-background-color > a, +.entry .entry-content .has-secondary-background-color > p, +.entry .entry-content .has-secondary-background-color > h1, +.entry .entry-content .has-secondary-background-color > h2, +.entry .entry-content .has-secondary-background-color > h3, +.entry .entry-content .has-secondary-background-color > h4, +.entry .entry-content .has-secondary-background-color > h5, +.entry .entry-content .has-secondary-background-color > h6, +.entry .entry-content .has-secondary-background-color > a, +.entry .entry-content .has-dark-gray-background-color > p, +.entry .entry-content .has-dark-gray-background-color > h1, +.entry .entry-content .has-dark-gray-background-color > h2, +.entry .entry-content .has-dark-gray-background-color > h3, +.entry .entry-content .has-dark-gray-background-color > h4, +.entry .entry-content .has-dark-gray-background-color > h5, +.entry .entry-content .has-dark-gray-background-color > h6, +.entry .entry-content .has-dark-gray-background-color > a, +.entry .entry-content .has-light-gray-background-color > p, +.entry .entry-content .has-light-gray-background-color > h1, +.entry .entry-content .has-light-gray-background-color > h2, +.entry .entry-content .has-light-gray-background-color > h3, +.entry .entry-content .has-light-gray-background-color > h4, +.entry .entry-content .has-light-gray-background-color > h5, +.entry .entry-content .has-light-gray-background-color > h6, +.entry .entry-content .has-light-gray-background-color > a { color: #fff; } @@ -6114,14 +6114,14 @@ body.page .main-navigation { color: #111; } -.entry .entry-content .has-white-background-color p, -.entry .entry-content .has-white-background-color h1, -.entry .entry-content .has-white-background-color h2, -.entry .entry-content .has-white-background-color h3, -.entry .entry-content .has-white-background-color h4, -.entry .entry-content .has-white-background-color h5, -.entry .entry-content .has-white-background-color h6, -.entry .entry-content .has-white-background-color a { +.entry .entry-content .has-white-background-color > p, +.entry .entry-content .has-white-background-color > h1, +.entry .entry-content .has-white-background-color > h2, +.entry .entry-content .has-white-background-color > h3, +.entry .entry-content .has-white-background-color > h4, +.entry .entry-content .has-white-background-color > h5, +.entry .entry-content .has-white-background-color > h6, +.entry .entry-content .has-white-background-color > a { color: #111; } @@ -6152,25 +6152,25 @@ body.page .main-navigation { .entry .entry-content .has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, -.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p { +.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p { color: #0073aa; } .entry .entry-content .has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, -.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p { +.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p { color: #005177; } .entry .entry-content .has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, -.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p { +.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p { color: #111; } .entry .entry-content .has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, -.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p { +.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p { color: #767676; } diff --git a/wp-content/themes/twentynineteen/style.css b/wp-content/themes/twentynineteen/style.css index 0185b404e5..ac596fab23 100644 --- a/wp-content/themes/twentynineteen/style.css +++ b/wp-content/themes/twentynineteen/style.css @@ -6087,38 +6087,38 @@ body.page .main-navigation { color: #fff; } -.entry .entry-content .has-primary-background-color p, -.entry .entry-content .has-primary-background-color h1, -.entry .entry-content .has-primary-background-color h2, -.entry .entry-content .has-primary-background-color h3, -.entry .entry-content .has-primary-background-color h4, -.entry .entry-content .has-primary-background-color h5, -.entry .entry-content .has-primary-background-color h6, -.entry .entry-content .has-primary-background-color a, -.entry .entry-content .has-secondary-background-color p, -.entry .entry-content .has-secondary-background-color h1, -.entry .entry-content .has-secondary-background-color h2, -.entry .entry-content .has-secondary-background-color h3, -.entry .entry-content .has-secondary-background-color h4, -.entry .entry-content .has-secondary-background-color h5, -.entry .entry-content .has-secondary-background-color h6, -.entry .entry-content .has-secondary-background-color a, -.entry .entry-content .has-dark-gray-background-color p, -.entry .entry-content .has-dark-gray-background-color h1, -.entry .entry-content .has-dark-gray-background-color h2, -.entry .entry-content .has-dark-gray-background-color h3, -.entry .entry-content .has-dark-gray-background-color h4, -.entry .entry-content .has-dark-gray-background-color h5, -.entry .entry-content .has-dark-gray-background-color h6, -.entry .entry-content .has-dark-gray-background-color a, -.entry .entry-content .has-light-gray-background-color p, -.entry .entry-content .has-light-gray-background-color h1, -.entry .entry-content .has-light-gray-background-color h2, -.entry .entry-content .has-light-gray-background-color h3, -.entry .entry-content .has-light-gray-background-color h4, -.entry .entry-content .has-light-gray-background-color h5, -.entry .entry-content .has-light-gray-background-color h6, -.entry .entry-content .has-light-gray-background-color a { +.entry .entry-content .has-primary-background-color > p, +.entry .entry-content .has-primary-background-color > h1, +.entry .entry-content .has-primary-background-color > h2, +.entry .entry-content .has-primary-background-color > h3, +.entry .entry-content .has-primary-background-color > h4, +.entry .entry-content .has-primary-background-color > h5, +.entry .entry-content .has-primary-background-color > h6, +.entry .entry-content .has-primary-background-color > a, +.entry .entry-content .has-secondary-background-color > p, +.entry .entry-content .has-secondary-background-color > h1, +.entry .entry-content .has-secondary-background-color > h2, +.entry .entry-content .has-secondary-background-color > h3, +.entry .entry-content .has-secondary-background-color > h4, +.entry .entry-content .has-secondary-background-color > h5, +.entry .entry-content .has-secondary-background-color > h6, +.entry .entry-content .has-secondary-background-color > a, +.entry .entry-content .has-dark-gray-background-color > p, +.entry .entry-content .has-dark-gray-background-color > h1, +.entry .entry-content .has-dark-gray-background-color > h2, +.entry .entry-content .has-dark-gray-background-color > h3, +.entry .entry-content .has-dark-gray-background-color > h4, +.entry .entry-content .has-dark-gray-background-color > h5, +.entry .entry-content .has-dark-gray-background-color > h6, +.entry .entry-content .has-dark-gray-background-color > a, +.entry .entry-content .has-light-gray-background-color > p, +.entry .entry-content .has-light-gray-background-color > h1, +.entry .entry-content .has-light-gray-background-color > h2, +.entry .entry-content .has-light-gray-background-color > h3, +.entry .entry-content .has-light-gray-background-color > h4, +.entry .entry-content .has-light-gray-background-color > h5, +.entry .entry-content .has-light-gray-background-color > h6, +.entry .entry-content .has-light-gray-background-color > a { color: #fff; } @@ -6126,14 +6126,14 @@ body.page .main-navigation { color: #111; } -.entry .entry-content .has-white-background-color p, -.entry .entry-content .has-white-background-color h1, -.entry .entry-content .has-white-background-color h2, -.entry .entry-content .has-white-background-color h3, -.entry .entry-content .has-white-background-color h4, -.entry .entry-content .has-white-background-color h5, -.entry .entry-content .has-white-background-color h6, -.entry .entry-content .has-white-background-color a { +.entry .entry-content .has-white-background-color > p, +.entry .entry-content .has-white-background-color > h1, +.entry .entry-content .has-white-background-color > h2, +.entry .entry-content .has-white-background-color > h3, +.entry .entry-content .has-white-background-color > h4, +.entry .entry-content .has-white-background-color > h5, +.entry .entry-content .has-white-background-color > h6, +.entry .entry-content .has-white-background-color > a { color: #111; } @@ -6164,25 +6164,25 @@ body.page .main-navigation { .entry .entry-content .has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, -.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color p { +.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p { color: #0073aa; } .entry .entry-content .has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, -.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color p { +.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p { color: #005177; } .entry .entry-content .has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, -.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color p { +.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p { color: #111; } .entry .entry-content .has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, -.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color p { +.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p { color: #767676; } diff --git a/wp-includes/version.php b/wp-includes/version.php index c288874483..5d6d16ebcd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-alpha-44816'; +$wp_version = '5.2-alpha-44818'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.