Skip to content

Commit

Permalink
Improve section heading styling
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink committed May 10, 2021
1 parent ac05476 commit ff0d41d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion mkdocs_print_site_plugin/css/print-site-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ https://github.com/squidfunk/mkdocs-material */
}

#print-site-page ul.toc-section-line-border {
border-left: 5px solid var(--md-default-fg-color--lighter);
border-left: 5px solid var(--md-default-fg-color--lightest);
}


Expand Down
15 changes: 7 additions & 8 deletions mkdocs_print_site_plugin/css/print-site.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,13 +243,6 @@ ul.print-site-toc-level-2 li a {
font-size: 100%;
margin-bottom: 0em;
}




#print-site-page ul {
margin-left: 0em;
}
#print-site-page ul li.toc-nav-section-title {
padding-top: 1em;
padding-bottom: 0em;
Expand All @@ -259,11 +252,17 @@ ul.print-site-toc-level-2 li a {
#print-site-page ul.toc-section-line-border {
border-left: 5px solid grey;
padding-left: 1.5em;
padding-top: 0.5em;
margin-top: 0.5em;
margin-bottom: 1em;
}


#print-site-page ul {
margin-left: 0em;
}



/* Don't display cover page when not in print mode */
#print-site-cover-page { display: none; }

Expand Down

0 comments on commit ff0d41d

Please sign in to comment.