Skip to content

Commit

Permalink
Reset some <details> default stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
tombreit committed May 14, 2024
1 parent 0ec2089 commit fd7220d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mkdocs_pagetree_plugin/js/mkdocs_pagetree_plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ function insertCSS () {
.pagetree details {
margin: 0;
padding: 0;
border: none;
background-color: transparent;
}
/* Reset some Material for MkDocs styles */
.md-typeset .pagetree details {
Expand Down

0 comments on commit fd7220d

Please sign in to comment.