diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_elements.scss wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_elements.scss
index 4d2530bb..3ef6b665 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_elements.scss
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_elements.scss
@@ -25,15 +25,13 @@ blockquote, q {
 
 blockquote {
 	// Override wp4.css.
-	background: transparent;
+	background: $color__background-pre;
 	border: none;
-	padding: 0;
 
-	border-left: 2px solid $color__border;
 	color: #82878c;
 	font-style: italic;
 	margin: 1rem 0;
-	padding-left: 1rem;
+	padding: 1rem 2rem;
 
 	cite {
 		font-size: ms( -2 );
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
index f5f6eff7..5996acc8 100644
--- wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
+++ wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
@@ -57,7 +57,7 @@ add_action( 'after_setup_theme', __NAMESPACE__ . '\content_width', 0 );
  */
 function scripts() {
 	$suffix = is_rtl() ? '-rtl' : '';
-	wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20171016' );
+	wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20171124' );
 
 	wp_enqueue_script( 'wporg-plugins-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true );
 	wp_enqueue_script( 'wporg-plugins-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20151215', true );
