Index: wp-content/themes/twentynineteen/sass/blocks/_blocks.scss
===================================================================
--- wp-content/themes/twentynineteen/sass/blocks/_blocks.scss	(revision 55900)
+++ wp-content/themes/twentynineteen/sass/blocks/_blocks.scss	(working copy)
@@ -126,11 +126,6 @@
 
 .entry .entry-content {
 
-	//! Paragraphs
-	p.has-background {
-		padding: 20px 30px;
-	}
-
 	//! Audio
 	.wp-block-audio {
 
Index: wp-content/themes/twentynineteen/style-rtl.css
===================================================================
--- wp-content/themes/twentynineteen/style-rtl.css	(revision 55900)
+++ wp-content/themes/twentynineteen/style-rtl.css	(working copy)
@@ -5449,10 +5449,6 @@
   }
 }
 
-.entry .entry-content p.has-background {
-  padding: 20px 30px;
-}
-
 .entry .entry-content .wp-block-audio {
   width: 100%;
 }
Index: wp-content/themes/twentynineteen/style.css
===================================================================
--- wp-content/themes/twentynineteen/style.css	(revision 55900)
+++ wp-content/themes/twentynineteen/style.css	(working copy)
@@ -5461,10 +5461,6 @@
   }
 }
 
-.entry .entry-content p.has-background {
-  padding: 20px 30px;
-}
-
 .entry .entry-content .wp-block-audio {
   width: 100%;
 }
Index: wp-content/themes/twentytwentyone/assets/css/ie-editor.css
===================================================================
--- wp-content/themes/twentytwentyone/assets/css/ie-editor.css	(revision 55900)
+++ wp-content/themes/twentytwentyone/assets/css/ie-editor.css	(working copy)
@@ -1488,10 +1488,6 @@
 	line-height: 1.7;
 }
 
-p.has-background {
-	padding: 20px;
-}
-
 pre.wp-block-preformatted {
 	overflow-x: auto;
 	white-space: pre !important;
Index: wp-content/themes/twentytwentyone/assets/css/ie.css
===================================================================
--- wp-content/themes/twentytwentyone/assets/css/ie.css	(revision 55900)
+++ wp-content/themes/twentytwentyone/assets/css/ie.css	(working copy)
@@ -3633,10 +3633,6 @@
 	line-height: 1.7;
 }
 
-p.has-background {
-	padding: 20px;
-}
-
 p.has-text-color a {
 	color: #28303d;
 }
Index: wp-content/themes/twentytwentyone/assets/css/style-editor.css
===================================================================
--- wp-content/themes/twentytwentyone/assets/css/style-editor.css	(revision 55900)
+++ wp-content/themes/twentytwentyone/assets/css/style-editor.css	(working copy)
@@ -1400,10 +1400,6 @@
 	line-height: var(--wp--typography--line-height, var(--global--line-height-body));
 }
 
-p.has-background {
-	padding: var(--global--spacing-unit);
-}
-
 pre.wp-block-preformatted {
 	overflow-x: auto;
 	white-space: pre !important;
Index: wp-content/themes/twentytwentyone/style-rtl.css
===================================================================
--- wp-content/themes/twentytwentyone/style-rtl.css	(revision 55900)
+++ wp-content/themes/twentytwentyone/style-rtl.css	(working copy)
@@ -2792,10 +2792,6 @@
 	line-height: var(--wp--typography--line-height, var(--global--line-height-body));
 }
 
-p.has-background {
-	padding: var(--global--spacing-unit);
-}
-
 p.has-text-color a {
 	color: var(--wp--style--color--link, var(--global--color-primary));
 }
Index: wp-content/themes/twentytwentyone/style.css
===================================================================
--- wp-content/themes/twentytwentyone/style.css	(revision 55900)
+++ wp-content/themes/twentytwentyone/style.css	(working copy)
@@ -2802,10 +2802,6 @@
 	line-height: var(--wp--typography--line-height, var(--global--line-height-body));
 }
 
-p.has-background {
-	padding: var(--global--spacing-unit);
-}
-
 p.has-text-color a {
 	color: var(--wp--style--color--link, var(--global--color-primary));
 }
Index: wp-includes/blocks/paragraph/style-rtl.css
===================================================================
--- wp-includes/blocks/paragraph/style-rtl.css	(revision 55900)
+++ wp-includes/blocks/paragraph/style-rtl.css	(working copy)
@@ -33,10 +33,6 @@
   overflow:hidden;
 }
 
-p.has-background{
-  padding:1.25em 2.375em;
-}
-
 :where(p.has-text-color:not(.has-link-color)) a{
   color:inherit;
 }
\ No newline at end of file
Index: wp-includes/blocks/paragraph/style.css
===================================================================
--- wp-includes/blocks/paragraph/style.css	(revision 55900)
+++ wp-includes/blocks/paragraph/style.css	(working copy)
@@ -33,10 +33,6 @@
   overflow:hidden;
 }
 
-p.has-background{
-  padding:1.25em 2.375em;
-}
-
 :where(p.has-text-color:not(.has-link-color)) a{
   color:inherit;
 }
\ No newline at end of file
Index: wp-includes/css/dist/block-library/style-rtl.css
===================================================================
--- wp-includes/css/dist/block-library/style-rtl.css	(revision 55900)
+++ wp-includes/css/dist/block-library/style-rtl.css	(working copy)
@@ -2078,10 +2078,6 @@
   overflow:hidden;
 }
 
-p.has-background{
-  padding:1.25em 2.375em;
-}
-
 :where(p.has-text-color:not(.has-link-color)) a{
   color:inherit;
 }
Index: wp-includes/css/dist/block-library/style.css
===================================================================
--- wp-includes/css/dist/block-library/style.css	(revision 55900)
+++ wp-includes/css/dist/block-library/style.css	(working copy)
@@ -2078,10 +2078,6 @@
   overflow:hidden;
 }
 
-p.has-background{
-  padding:1.25em 2.375em;
-}
-
 :where(p.has-text-color:not(.has-link-color)) a{
   color:inherit;
 }
