style: Fix design of slides
This commit is contained in:
parent
d08be654fe
commit
4ca84cf000
1 changed files with 22 additions and 4 deletions
|
@ -43,6 +43,17 @@ section.chapter h5:first-child::before {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
section > bc-title {
|
||||||
|
line-height: 39px;
|
||||||
|
font-size: 32px;
|
||||||
|
padding-bottom: 9.36px;
|
||||||
|
}
|
||||||
|
|
||||||
|
section > h1 {
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
|
|
||||||
section > bc-title:first-child,
|
section > bc-title:first-child,
|
||||||
section > h1:first-child,
|
section > h1:first-child,
|
||||||
section > h2:first-child,
|
section > h2:first-child,
|
||||||
|
@ -69,8 +80,15 @@ section > h3:first-child::before {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
section > h2:first-child::before {
|
section > bc-title:first-child::before,
|
||||||
|
section > h1:first-child::before,
|
||||||
|
section > h2:first-child::before,
|
||||||
|
section > h3:first-child::before,
|
||||||
|
section > h4:first-child::before,
|
||||||
|
section > h5:first-child::before,
|
||||||
|
section > h6:first-child::before
|
||||||
|
{
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -79,7 +97,7 @@ section > h2:first-child::before {
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 0.9em;
|
height: 0.9em;
|
||||||
background-color: #662d91; }
|
background-color: #662d91; }
|
||||||
*/
|
|
||||||
|
|
||||||
section:not(.chapter) > h2:first-child {
|
section:not(.chapter) > h2:first-child {
|
||||||
font-size: 100%; }
|
font-size: 100%; }
|
||||||
|
|
Loading…
Reference in a new issue