custom.css
... ...
@@ -258,3 +258,7 @@ nav.actions #minibutton-home { flex: 0 0 auto; }
258 258
margin: 0; /* flex handles spacing */
259 259
line-height: 1.25;
260 260
}
261
+
262
+.markdown-body:has(.title-row) h1.page-title {
263
+ display: none !important;
264
+}