update lists
This commit is contained in:
parent
72cf852f16
commit
b93b9c9dcd
|
@ -131,6 +131,15 @@ if __name__ == "__main__":
|
||||||
code {
|
code {
|
||||||
font-family: 'IBM Plex Mono';
|
font-family: 'IBM Plex Mono';
|
||||||
}
|
}
|
||||||
|
ul {
|
||||||
|
padding-left: 4pt;
|
||||||
|
margin-right: 4pt;
|
||||||
|
list-style-type: none;
|
||||||
|
}
|
||||||
|
li:before {
|
||||||
|
content: '-';
|
||||||
|
padding-right: 3pt;
|
||||||
|
}
|
||||||
h1 {
|
h1 {
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Reference in a new issue