From 478553ad0be86c781390c9466715c8339b2d9174 Mon Sep 17 00:00:00 2001 From: Antoine M Date: Wed, 25 Mar 2026 16:02:53 +0100 Subject: [PATCH] STYLE Comment out background color application in chapter-section CSS --- resources/css/blocks/chapter-section.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/blocks/chapter-section.css b/resources/css/blocks/chapter-section.css index ac39a94..62ce781 100644 --- a/resources/css/blocks/chapter-section.css +++ b/resources/css/blocks/chapter-section.css @@ -161,7 +161,7 @@ .chapter-section--width-full.chapter-section--has-background + .chapter-section--width-full.chapter-section--has-background { /* @apply !-mt-20; */ - @apply bg-red-500; + /* @apply bg-red-500; */ } .wp-block-carhop-blocks-content-box .chapter-section {