1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00
This commit is contained in:
Laurent Cozic
2017-07-30 23:04:26 +02:00
parent 242b6dbff8
commit 1a5720bd8c
11 changed files with 38 additions and 18 deletions

View File

@ -58,6 +58,7 @@ class NoteBodyViewer extends Component {
body {
font-size: ` + style.htmlFontSize + `;
color: ` + style.htmlColor + `;
line-height: 1.5em;
}
h1 {
font-size: 1.2em;
@ -74,7 +75,7 @@ class NoteBodyViewer extends Component {
padding-left: 1em;
}
a.checkbox {
font-size: 1.4em;
font-size: 1.6em;
position: relative;
top: 0.1em;
text-decoration: none;