Commit Diff


commit - bf9122693fb6e3493d8e2401080fa2ab01f238e3
commit + 241c40b95d2b4387ae39ad43cf92ca1cb724b795
blob - 62101bbe6f95d51a43e73f79c886f8c69341aba5
blob + 18c1b78ef33e6d77833e2ba5b02f2860d09e0d38
--- resources/css/style.css
+++ resources/css/style.css
@@ -107,11 +107,15 @@ article {
   margin-bottom: 30px;
 }
 
-h2::before { font-family: monospace; content: "## "; }
-h3::before { font-family: monospace; content: "### "; }
-h4::before { font-family: monospace; content: "#### "; }
-h5::before { font-family: monospace; content: "##### "; }
-h6::before { font-family: monospace; content: "###### "; }
+h2::before, h3::before, h4::before, h5::before, h6::before {
+  font-family: monospace;
+}
+
+h2::before { content: "## "; }
+h3::before { content: "### "; }
+h4::before { content: "#### "; }
+h5::before { content: "##### "; }
+h6::before { content: "###### "; }
 
 h1 {
   position: relative;