styles for nested markdown, fixes #295
This commit is contained in:
parent
0dbb1ecdbd
commit
16d68e0bef
1 changed files with 6 additions and 3 deletions
|
@ -31,9 +31,8 @@
|
|||
list-style: decimal inside none;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
margin-bottom: 20px;
|
||||
padding-left: 15px;
|
||||
blockquote {
|
||||
padding: 5px 0 5px 15px;
|
||||
border-left: 3px solid hsla(var(--primary-text-color_hsl), 0.4);
|
||||
color: var(--primary-text-color--faint);
|
||||
}
|
||||
|
@ -62,6 +61,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.status__content > blockquote {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.status__content--with-action {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue