From 9b77e39d01d40462d8b58aed242bc1e3bc9c1d0a Mon Sep 17 00:00:00 2001 From: tellthemachines Date: Fri, 10 May 2024 13:54:30 +1000 Subject: [PATCH] Remove Post Template background override. (#61545) Co-authored-by: tellthemachines Co-authored-by: ramonjd --- packages/block-library/src/post-template/style.scss | 4 ---- 1 file changed, 4 deletions(-) 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;