diff --git a/packages/block-library/src/post-template/style.scss b/packages/block-library/src/post-template/style.scss index 4af30e30b23098..806aadc77470eb 100644 --- a/packages/block-library/src/post-template/style.scss +++ b/packages/block-library/src/post-template/style.scss @@ -5,10 +5,6 @@ list-style: none; padding: 0; - // Unset background colors that can be inherited from Global Styles with extra specificity. - &.wp-block-post-template { - background: none; - } // These rules no longer apply but should be kept for backwards compatibility. &.is-flex-container { flex-direction: row;