add styles for ul/li
This commit is contained in:
parent
90949c2034
commit
506a40547b
@ -60,3 +60,14 @@ pre {
|
||||
font-family: var(--font-family);
|
||||
font-size: .9em;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding-left: .5em;
|
||||
list-style-type: none;
|
||||
margin: .5em 0;
|
||||
}
|
||||
|
||||
li:before {
|
||||
content: "*";
|
||||
color: var(--fg2-color);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user