style: fix display for h3 in slides

This commit is contained in:
Glenn Y. Rolland 2021-11-25 18:48:48 +01:00
parent 9c4c2710d6
commit a266ea7dc7

View file

@ -54,7 +54,9 @@ section > h6:first-child {
font-weight: bold;
position: relative; }
section > h1:first-child::before {
section > h1:first-child::before,
section > h2:first-child::before,
section > h3:first-child::before {
content: "";
position: absolute;
display: block;
@ -62,11 +64,10 @@ section > h1:first-child::before {
left: -100px;
width: 70px;
height: 0.9em;
background-color: white; }
section:not(.chapter) > h2:first-child {
font-size: 100%; }
background-color: white;
}
/*
section > h2:first-child::before {
content: "";
position: absolute;
@ -76,6 +77,10 @@ section > h2:first-child::before {
width: 70px;
height: 0.9em;
background-color: #662d91; }
*/
section:not(.chapter) > h2:first-child {
font-size: 100%; }
a {
color: inherit;