diff --git a/wp-content/themes/twentyseventeen/inc/custom-header.php b/wp-content/themes/twentyseventeen/inc/custom-header.php index e8e4b71ac9..50294b83fc 100644 --- a/wp-content/themes/twentyseventeen/inc/custom-header.php +++ b/wp-content/themes/twentyseventeen/inc/custom-header.php @@ -84,9 +84,17 @@ function twentyseventeen_header_style() { else : ?> .site-title a, - body.has-header-image .site-title a, + .colors-dark .site-title a, + .colors-custom .site-title a, + body.has-header-image .site-title a, + body.has-header-image.colors-dark .site-title a, + body.has-header-image.colors-custom .site-title a, .site-description, - body.has-header-image .site-description { + .colors-dark .site-description, + .colors-custom .site-description, + body.has-header-image .site-description, + body.has-header-image.colors-dark .site-description, + body.has-header-image.colors-custom .site-description { color: #; } diff --git a/wp-includes/version.php b/wp-includes/version.php index cb2d3fc291..89bd365d05 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-39396'; +$wp_version = '4.8-alpha-39397'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.