style: Fix design of slides

This commit is contained in:
Glenn Y. Rolland 2021-11-30 13:33:29 +01:00
parent d08be654fe
commit 4ca84cf000

View file

@ -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;
@ -78,8 +96,8 @@ section > h2:first-child::before {
left: -100px; left: -100px;
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%; }