Update theme

This commit is contained in:
Glenn Y. Rolland 2022-04-29 16:49:47 +02:00
parent 9b9d1a291c
commit 68b8128aaa

View file

@ -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,