Skip to content

Commit d4b9aca

Browse files
committed
style thematic break
1 parent a2f19c0 commit d4b9aca

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/css/doc.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@
182182
.doc .verseblock,
183183
.doc .quoteblock,
184184
.doc .partintro,
185-
.doc details {
185+
.doc details,
186+
.doc hr {
186187
margin: 1rem 0 0;
187188
}
188189

@@ -685,6 +686,12 @@
685686
display: none;
686687
}
687688

689+
.doc hr {
690+
border: solid var(--section-divider-color);
691+
border-width: 2px 0 0;
692+
height: 0;
693+
}
694+
688695
.doc b.button {
689696
white-space: nowrap;
690697
}

0 commit comments

Comments
 (0)