style: Add support for bc-title

This commit is contained in:
Glenn Y. Rolland 2021-11-25 20:22:28 +01:00
parent a266ea7dc7
commit d08be654fe

View file

@ -43,6 +43,7 @@ section.chapter h5:first-child::before {
display: none; display: none;
} }
*/ */
section > bc-title:first-child,
section > h1:first-child, section > h1:first-child,
section > h2:first-child, section > h2:first-child,
section > h3:first-child, section > h3:first-child,
@ -54,6 +55,7 @@ section > h6:first-child {
font-weight: bold; font-weight: bold;
position: relative; } position: relative; }
section > bc-title:first-child::before,
section > h1:first-child::before, section > h1:first-child::before,
section > h2:first-child::before, section > h2:first-child::before,
section > h3:first-child::before { section > h3:first-child::before {