Skip to content

Commit f676ba0

Browse files
committed
Nested block quotes
1 parent 138c543 commit f676ba0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

css/shared.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,17 @@ blockquote p:last-child { margin-bottom: 0; }
302302
color: #dddddd;
303303
}
304304

305+
/* Nested blockquotes */
306+
blockquote blockquote {
307+
background-color: #bbccdd;
308+
border-left-color: #669fdc;
309+
}
310+
311+
.dark-mode blockquote blockquote {
312+
background-color: #444444;
313+
border-left-color: #dedede;
314+
}
315+
305316
/* Temporary highlight class when navigating via TOC */
306317
.toc-highlight {
307318
animation: tocPulse 1s ease-in-out;

0 commit comments

Comments
 (0)