We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e41540 commit e26f8f8Copy full SHA for e26f8f8
assets/css/v2/style.css
@@ -1365,6 +1365,15 @@ blockquote.important {
1365
}
1366
1367
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
1377
/* MARK: Tabs
1378
*/
1379
.tabs-container {
0 commit comments