Optimize the embedded list style
This commit is contained in:
parent
893db51ff0
commit
b85980e1e2
1 changed files with 6 additions and 0 deletions
|
@ -645,6 +645,12 @@ h5 {
|
|||
font-size: 1.1rem;
|
||||
}
|
||||
|
||||
ol, ul {
|
||||
ol, ul {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 5px solid var(--blockquote-border-color);
|
||||
padding-left: 1rem;
|
||||
|
|
Loading…
Reference in a new issue