diff --git a/wp-content/themes/twentysixteen/css/editor-blocks.css b/wp-content/themes/twentysixteen/css/editor-blocks.css index fb79e47200..da242520b1 100644 --- a/wp-content/themes/twentysixteen/css/editor-blocks.css +++ b/wp-content/themes/twentysixteen/css/editor-blocks.css @@ -416,7 +416,9 @@ figure[class*="wp-block-"] > figcaption { .editor-styles-wrapper .wp-block-code { border: 0; - padding: 0.125em 0.25em; + font-family: Inconsolata, monospace; + line-height: 1.75; + padding: 0; background-color: #d1d1d1; } diff --git a/wp-includes/version.php b/wp-includes/version.php index f49889979e..44c34e1ef0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58851'; +$wp_version = '6.7-alpha-58852'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.