excluding previoux next post from <a> rule

This commit is contained in:
Antoine M 2024-07-23 11:35:35 +02:00
parent f4eaafdb4f
commit 0cb36f8d56

View File

@ -147,8 +147,6 @@ article > *:not(.entry-content, .chapter-header-block),
margin-top: 9px;
}
/* a:not(.wp-block-button__link, .cta) { */
a:not(
.cta--secondary,
.wp-block-button__link,
@ -156,8 +154,7 @@ article > *:not(.entry-content, .chapter-header-block),
.homegrade-blocks-lien-chapitre__cta,
.breadcrumbs_navigation a,
.share-link,
.previous-next-posts__link,
.previous-next-posts__link
) {
@apply text-primary underline font-bold relative;
@apply px-2 py-1;