Skip to content

Proposal: change default under line color, font color, etc #47

Open
@hkato

Description

@hkato

@domWalters

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.

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;
    }
}

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions