Skip to content

Commit

Permalink
hide edit button and page title from site CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyGuthridge committed Apr 8, 2024
1 parent 5cf1186 commit e113242
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,14 @@ div.md-header__topic:first-child {
div.doc-contents:not(.first) {
padding-left: 2rem;
border-left: 0.1rem solid var(--md-typeset-table-color);
}
}

/**
* Hide edit button and page title
*
* https: //github.com/squidfunk/mkdocs-material/issues/2163#issuecomment-752916358
*/
.md-typeset h1,
.md-content__button {
display: none;
}

0 comments on commit e113242

Please sign in to comment.