diff --git a/wp-content/themes/twentyfourteen/css/blocks.css b/wp-content/themes/twentyfourteen/css/blocks.css index 4d001f5289..102d5e2508 100644 --- a/wp-content/themes/twentyfourteen/css/blocks.css +++ b/wp-content/themes/twentyfourteen/css/blocks.css @@ -368,7 +368,7 @@ p.has-drop-cap:not(:focus)::first-letter { color: #41a62a; } -.widget-area .wp-block-latest-comments__comment-meta a { +.widget-area:where(:not(.content-sidebar)) .wp-block-latest-comments__comment-meta a { color: #fff; } diff --git a/wp-includes/version.php b/wp-includes/version.php index ec564df656..7729ee235e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8.2-alpha-60423'; +$wp_version = '6.8.2-alpha-60425'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.