From 936353b9c3904a2bd0f92c344c2007652d3f4d4e Mon Sep 17 00:00:00 2001 From: Antoine M Date: Fri, 19 Jul 2024 11:11:39 +0200 Subject: [PATCH] escaping previous next posts --- resources/css/editor-content/gutenberg.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/css/editor-content/gutenberg.css b/resources/css/editor-content/gutenberg.css index f6ac394..a00f590 100644 --- a/resources/css/editor-content/gutenberg.css +++ b/resources/css/editor-content/gutenberg.css @@ -148,13 +148,16 @@ article > *:not(.entry-content, .chapter-header-block), } /* a:not(.wp-block-button__link, .cta) { */ + a:not( .cta--secondary, .wp-block-button__link, .cta, .homegrade-blocks-lien-chapitre__cta, .breadcrumbs_navigation a, - .share-link + .share-link, + .previous-next-posts__link, + ) { @apply text-primary underline font-bold relative; @apply px-2 py-1;