Update theme
This commit is contained in:
parent
9b9d1a291c
commit
68b8128aaa
1 changed files with 7 additions and 1 deletions
|
@ -44,6 +44,10 @@ section.chapter h5:first-child::before {
|
|||
}
|
||||
*/
|
||||
|
||||
section > ul {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
section > bc-title {
|
||||
line-height: 39px;
|
||||
font-size: 32px;
|
||||
|
@ -64,7 +68,9 @@ section > h6:first-child {
|
|||
font-family: "Droid Sans Mono", monospace;
|
||||
color: #662d91;
|
||||
font-weight: bold;
|
||||
position: relative; }
|
||||
position: relative;
|
||||
top: -40px;
|
||||
}
|
||||
|
||||
section > bc-title:first-child::before,
|
||||
section > h1:first-child::before,
|
||||
|
|
Loading…
Reference in a new issue