Skip to content

Commit a79d4f7

Browse files
committed
fix: Added bullet but indent callout
1 parent e26f8f8 commit a79d4f7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/css/v2/style.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -1366,8 +1366,9 @@ blockquote.important {
13661366
}
13671367

13681368
li:has(> div > blockquote) {
1369-
/* Remove bullet if blockquote is in a list */
1370-
list-style: none;
1369+
blockquote {
1370+
margin: 0;
1371+
}
13711372

13721373
div:has(blockquote) {
13731374
margin-bottom: 0.5rem;

0 commit comments

Comments
 (0)