diff --git a/wp-content/themes/twentyseventeen/assets/css/blocks.css b/wp-content/themes/twentyseventeen/assets/css/blocks.css index 464534c273..ba92e94e5a 100644 --- a/wp-content/themes/twentyseventeen/assets/css/blocks.css +++ b/wp-content/themes/twentyseventeen/assets/css/blocks.css @@ -369,6 +369,17 @@ p.has-drop-cap:not(:focus)::first-letter { border-top: none; } +/* Site Logo */ + +:root .entry-content .wp-block-site-logo a.custom-logo-link { + -webkit-box-shadow: none; + box-shadow: none; +} + +.entry-content .wp-block-site-logo img { + max-height: none; +} + /*-------------------------------------------------------------- 6.0 Blocks - Colors --------------------------------------------------------------*/ diff --git a/wp-includes/version.php b/wp-includes/version.php index 3691c5f740..f2f26877dd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-beta2-58425'; +$wp_version = '6.6-beta2-58426'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.