diff --git a/wp-content/themes/twentynineteen/style-editor.css b/wp-content/themes/twentynineteen/style-editor.css index f4e49185fa..522bb790b6 100644 --- a/wp-content/themes/twentynineteen/style-editor.css +++ b/wp-content/themes/twentynineteen/style-editor.css @@ -1059,7 +1059,7 @@ figcaption, font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 0.71111em; line-height: 1.6; - color: #767676; + color: inherit; } /** === Pullquote === */ diff --git a/wp-content/themes/twentynineteen/style-editor.scss b/wp-content/themes/twentynineteen/style-editor.scss index 19523b16ed..db50c94383 100644 --- a/wp-content/themes/twentynineteen/style-editor.scss +++ b/wp-content/themes/twentynineteen/style-editor.scss @@ -443,7 +443,7 @@ figcaption, @include font-family( $font__heading ); font-size: $font__size-xs; line-height: 1.6; - color: $color__text-light; + color: inherit; } } diff --git a/wp-includes/version.php b/wp-includes/version.php index f0db979a77..9a7259e876 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53514'; +$wp_version = '6.1-alpha-53515'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.