style: fix display for h3 in slides
This commit is contained in:
parent
45c42d0bfe
commit
058d4c6400
1 changed files with 10 additions and 5 deletions
|
@ -54,7 +54,9 @@ section > h6:first-child {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
position: relative; }
|
position: relative; }
|
||||||
|
|
||||||
section > h1:first-child::before {
|
section > h1:first-child::before,
|
||||||
|
section > h2:first-child::before,
|
||||||
|
section > h3:first-child::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -62,11 +64,10 @@ section > h1:first-child::before {
|
||||||
left: -100px;
|
left: -100px;
|
||||||
width: 70px;
|
width: 70px;
|
||||||
height: 0.9em;
|
height: 0.9em;
|
||||||
background-color: white; }
|
background-color: white;
|
||||||
|
}
|
||||||
section:not(.chapter) > h2:first-child {
|
|
||||||
font-size: 100%; }
|
|
||||||
|
|
||||||
|
/*
|
||||||
section > h2:first-child::before {
|
section > h2:first-child::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -76,6 +77,10 @@ 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 {
|
||||||
|
font-size: 100%; }
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
|
|
Loading…
Reference in a new issue