1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

All: Made note font slightly smaller

This commit is contained in:
Laurent Cozic
2019-02-06 22:48:02 +00:00
parent 1408f06c8d
commit 032816fffc
2 changed files with 4 additions and 4 deletions

View File

@ -552,19 +552,19 @@ class MdToHtml {
line-height: 1.5em;
}
h1 {
font-size: 1.9em;
font-size: 1.5em;
font-weight: bold;
border-bottom: 1px solid ` + style.htmlDividerColor + `;
padding-bottom: .3em;
}
h2 {
font-size: 1.6em;
font-size: 1.3em;
font-weight: bold;
border-bottom: 1px solid ` + style.htmlDividerColor + `;
padding-bottom: .1em;
}
h3 {
font-size: 1.4em;
font-size: 1.1em;
}
h4, h5, h6 {
font-size: 1em;