mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-22 20:45:11 +00:00
update lists
This commit is contained in:
parent
72cf852f16
commit
b93b9c9dcd
1 changed files with 9 additions and 0 deletions
|
@ -131,6 +131,15 @@ if __name__ == "__main__":
|
|||
code {
|
||||
font-family: 'IBM Plex Mono';
|
||||
}
|
||||
ul {
|
||||
padding-left: 4pt;
|
||||
margin-right: 4pt;
|
||||
list-style-type: none;
|
||||
}
|
||||
li:before {
|
||||
content: '-';
|
||||
padding-right: 3pt;
|
||||
}
|
||||
h1 {
|
||||
hyphens: none;
|
||||
text-align: left;
|
||||
|
|
Loading…
Reference in a new issue