From d08be654feee83c183e38124de851c632760473d Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 25 Nov 2021 20:22:28 +0100 Subject: [PATCH] style: Add support for bc-title --- .marp/theme.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.marp/theme.scss b/.marp/theme.scss index 4fa8fb1..6f23a2d 100644 --- a/.marp/theme.scss +++ b/.marp/theme.scss @@ -43,6 +43,7 @@ section.chapter h5:first-child::before { display: none; } */ +section > bc-title:first-child, section > h1:first-child, section > h2:first-child, section > h3:first-child, @@ -54,6 +55,7 @@ section > h6:first-child { font-weight: bold; position: relative; } +section > bc-title:first-child::before, section > h1:first-child::before, section > h2:first-child::before, section > h3:first-child::before {