add styles for ul/li

This commit is contained in:
Alexander Popov 2021-12-15 21:35:03 +03:00
parent 90949c2034
commit 506a40547b
Signed by: iiiypuk
GPG Key ID: 398FC73478D97286
1 changed files with 11 additions and 0 deletions

View File

@ -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);
}