diff --git src/wp-content/themes/twentynineteen/style-editor.css src/wp-content/themes/twentynineteen/style-editor.css
index 744acc1747..d7b0bf68ec 100644
--- src/wp-content/themes/twentynineteen/style-editor.css
+++ src/wp-content/themes/twentynineteen/style-editor.css
@@ -1341,6 +1341,10 @@ ul.wp-block-archives ul,
   list-style-type: none;
 }
 
+ul.wp-block-latest-posts.has-background {
+  padding: 1.25em 2.375em;
+}
+
 ul.wp-block-archives li > a,
 .wp-block-categories li > a,
 .wp-block-latest-posts li > a {
diff --git src/wp-content/themes/twentynineteen/style.css src/wp-content/themes/twentynineteen/style.css
index 62ae6048b4..5bc84533a5 100644
--- src/wp-content/themes/twentynineteen/style.css
+++ src/wp-content/themes/twentynineteen/style.css
@@ -5617,6 +5617,10 @@ body.page .main-navigation {
   counter-increment: submenu;
 }
 
+.entry .entry-content ul.has-background {
+  padding: 1.25em 2.375em;
+}
+
 .entry .entry-content .wp-block-latest-posts .wp-block-latest-posts__post-date {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
   font-size: 0.71111em;
@@ -6345,38 +6349,38 @@ body.page .main-navigation {
   color: #fff;
 }
 
-.entry .entry-content .has-primary-background-color > p,
-.entry .entry-content .has-primary-background-color > h1,
-.entry .entry-content .has-primary-background-color > h2,
-.entry .entry-content .has-primary-background-color > h3,
-.entry .entry-content .has-primary-background-color > h4,
-.entry .entry-content .has-primary-background-color > h5,
-.entry .entry-content .has-primary-background-color > h6,
-.entry .entry-content .has-primary-background-color > a,
-.entry .entry-content .has-secondary-background-color > p,
-.entry .entry-content .has-secondary-background-color > h1,
-.entry .entry-content .has-secondary-background-color > h2,
-.entry .entry-content .has-secondary-background-color > h3,
-.entry .entry-content .has-secondary-background-color > h4,
-.entry .entry-content .has-secondary-background-color > h5,
-.entry .entry-content .has-secondary-background-color > h6,
-.entry .entry-content .has-secondary-background-color > a,
-.entry .entry-content .has-dark-gray-background-color > p,
-.entry .entry-content .has-dark-gray-background-color > h1,
-.entry .entry-content .has-dark-gray-background-color > h2,
-.entry .entry-content .has-dark-gray-background-color > h3,
-.entry .entry-content .has-dark-gray-background-color > h4,
-.entry .entry-content .has-dark-gray-background-color > h5,
-.entry .entry-content .has-dark-gray-background-color > h6,
-.entry .entry-content .has-dark-gray-background-color > a,
-.entry .entry-content .has-light-gray-background-color > p,
-.entry .entry-content .has-light-gray-background-color > h1,
-.entry .entry-content .has-light-gray-background-color > h2,
-.entry .entry-content .has-light-gray-background-color > h3,
-.entry .entry-content .has-light-gray-background-color > h4,
-.entry .entry-content .has-light-gray-background-color > h5,
-.entry .entry-content .has-light-gray-background-color > h6,
-.entry .entry-content .has-light-gray-background-color > a {
+.entry .entry-content .has-primary-background-color p,
+.entry .entry-content .has-primary-background-color h1,
+.entry .entry-content .has-primary-background-color h2,
+.entry .entry-content .has-primary-background-color h3,
+.entry .entry-content .has-primary-background-color h4,
+.entry .entry-content .has-primary-background-color h5,
+.entry .entry-content .has-primary-background-color h6,
+.entry .entry-content .has-primary-background-color a,
+.entry .entry-content .has-secondary-background-color p,
+.entry .entry-content .has-secondary-background-color h1,
+.entry .entry-content .has-secondary-background-color h2,
+.entry .entry-content .has-secondary-background-color h3,
+.entry .entry-content .has-secondary-background-color h4,
+.entry .entry-content .has-secondary-background-color h5,
+.entry .entry-content .has-secondary-background-color h6,
+.entry .entry-content .has-secondary-background-color a,
+.entry .entry-content .has-dark-gray-background-color p,
+.entry .entry-content .has-dark-gray-background-color h1,
+.entry .entry-content .has-dark-gray-background-color h2,
+.entry .entry-content .has-dark-gray-background-color h3,
+.entry .entry-content .has-dark-gray-background-color h4,
+.entry .entry-content .has-dark-gray-background-color h5,
+.entry .entry-content .has-dark-gray-background-color h6,
+.entry .entry-content .has-dark-gray-background-color a,
+.entry .entry-content .has-light-gray-background-color p,
+.entry .entry-content .has-light-gray-background-color h1,
+.entry .entry-content .has-light-gray-background-color h2,
+.entry .entry-content .has-light-gray-background-color h3,
+.entry .entry-content .has-light-gray-background-color h4,
+.entry .entry-content .has-light-gray-background-color h5,
+.entry .entry-content .has-light-gray-background-color h6,
+.entry .entry-content .has-light-gray-background-color a {
   color: #fff;
 }
 
@@ -6384,14 +6388,14 @@ body.page .main-navigation {
   color: #111;
 }
 
-.entry .entry-content .has-white-background-color > p,
-.entry .entry-content .has-white-background-color > h1,
-.entry .entry-content .has-white-background-color > h2,
-.entry .entry-content .has-white-background-color > h3,
-.entry .entry-content .has-white-background-color > h4,
-.entry .entry-content .has-white-background-color > h5,
-.entry .entry-content .has-white-background-color > h6,
-.entry .entry-content .has-white-background-color > a {
+.entry .entry-content .has-white-background-color p,
+.entry .entry-content .has-white-background-color h1,
+.entry .entry-content .has-white-background-color h2,
+.entry .entry-content .has-white-background-color h3,
+.entry .entry-content .has-white-background-color h4,
+.entry .entry-content .has-white-background-color h5,
+.entry .entry-content .has-white-background-color h6,
+.entry .entry-content .has-white-background-color a {
   color: #111;
 }
 
