style: Add support for bc-title
This commit is contained in:
parent
058d4c6400
commit
bf8a122ac1
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue