Open
Description
by dafault
- Underlining the cover page and headings : red -> black
- Headings: gray -> black
- h5, h6, etc: too small -> change size
For example, some people would like to change the color.
- use theme colors for pdf generation orzih/mkdocs-with-pdf#119
- mkdocs-with-pdf personalization orzih/mkdocs-with-pdf#153
- how to create or customize a template orzih/mkdocs-with-pdf#124
Therefore, by default, plain black is more suitable for PDF/paper documents.
In the future, add documentation on how to customize templates/styles.scss
@media print {
article h1, article h2, article h3 {
border-bottom-color: red !important;
}
}