style thematic break
authorDan Allen <dan@opendevise.com>
Wed, 2 Dec 2020 01:21:44 +0000 (18:21 -0700)
committerDan Allen <dan@opendevise.com>
Wed, 2 Dec 2020 01:21:44 +0000 (18:21 -0700)
src/css/doc.css

index 952ca2e..7707900 100644 (file)
 .doc .sidebarblock,
 .doc .verseblock,
 .doc .quoteblock,
-.doc .partintro {
+.doc .partintro,
+.doc hr {
   margin: 1rem 0 0;
 }
 
   display: none;
 }
 
+.doc hr {
+  border: solid var(--section-divider-color);
+  border-width: 2px 0 0;
+  height: 0;
+}
+
 .doc b.button {
   white-space: nowrap;
 }