Fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-05-04 13:59:13 +00:00
parent 471b20d684
commit 81130e27e4
5 changed files with 16 additions and 18 deletions

View File

@@ -0,0 +1,3 @@
.md-content h1:first-of-type {
display: none;
}

View File

@@ -0,0 +1,3 @@
.md-sidebar--secondary {
display: none;
}

View File

@@ -15,14 +15,3 @@
white-space: pre;
}
.page-meta {
font-size: 0.8em;
color: #888;
margin-top: 2em;
border-top: 1px solid #ccc;
padding-top: 0.5em;
}
.md-content h1:first-of-type {
display: none;
}