Skip to content

Commit e26f8f8

Browse files
committed
fix: Remove gracefully bullet from call-out in list
1 parent 0e41540 commit e26f8f8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/css/v2/style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1365,6 +1365,15 @@ blockquote.important {
13651365
}
13661366
}
13671367

1368+
li:has(> div > blockquote) {
1369+
/* Remove bullet if blockquote is in a list */
1370+
list-style: none;
1371+
1372+
div:has(blockquote) {
1373+
margin-bottom: 0.5rem;
1374+
}
1375+
}
1376+
13681377
/* MARK: Tabs
13691378
*/
13701379
.tabs-container {

0 commit comments

Comments
 (0)