Optimize the embedded list style

This commit is contained in:
Cotes Chung 2021-01-26 01:56:57 +08:00
parent 893db51ff0
commit b85980e1e2
1 changed files with 6 additions and 0 deletions

View File

@ -645,6 +645,12 @@ h5 {
font-size: 1.1rem; font-size: 1.1rem;
} }
ol, ul {
ol, ul {
margin-bottom: 1rem;
}
}
blockquote { blockquote {
border-left: 5px solid var(--blockquote-border-color); border-left: 5px solid var(--blockquote-border-color);
padding-left: 1rem; padding-left: 1rem;