From 395e093967679957b4423029b32140798ed20f9d Mon Sep 17 00:00:00 2001 From: Jeff Ong Date: Mon, 13 Dec 2021 14:33:01 -0500 Subject: [PATCH] Override has-background Gutenberg CSS. --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 99b59ca2..a324254b 100644 --- a/style.css +++ b/style.css @@ -92,6 +92,7 @@ a:active { .wp-site-blocks, .is-root-container, +.wp-block-group:where(.has-background), .edit-post-visual-editor__post-title-wrapper { padding-left: var(--wp--custom--spacing--outer); padding-right: var(--wp--custom--spacing--outer); @@ -113,4 +114,4 @@ a:active { margin-left: auto !important; margin-right: auto !important; width: inherit; -} \ No newline at end of file +}