From b1e36b62f4cad7c3a68de8e503a9f7fc084b048d Mon Sep 17 00:00:00 2001 From: Antoine M Date: Mon, 30 Jun 2025 17:52:32 +0200 Subject: [PATCH] FEATURE Optimizing scope of title small specificities --- resources/css/base/typography.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/base/typography.css b/resources/css/base/typography.css index 3f245a5..ac861de 100644 --- a/resources/css/base/typography.css +++ b/resources/css/base/typography.css @@ -55,7 +55,7 @@ body.wp-admin h6:not(.editor-visual-editor h6) { font-family: 'Fjalla One', sans-serif; } -.title-small { +body :is(h1, h2, h3, h4, h5, h6).title-small { @apply text-xl mb-6 font-bold tracking-wider uppercase nunito; }