1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Desktop: Fixes #3227: Fix styling of note title in exported PDF and print

This commit is contained in:
Laurent Cozic 2020-06-03 23:55:08 +01:00
parent da77de0a08
commit 0d5586b379

View File

@ -100,6 +100,16 @@ module.exports = function(theme) {
font-size: 1em;
font-weight: bold;
}
.exported-note-title {
font-size: 2em;
font-weight: bold;
margin-bottom: 0.8em;
line-height: 1.5em;
padding-bottom: .35em;
border-bottom: 1px solid ${theme.htmlDividerColor};
}
a {
color: ${theme.htmlLinkColor};
}
@ -280,12 +290,6 @@ module.exports = function(theme) {
opacity: 0.5;
}
.exported-note-title {
font-size: 2.2em;
font-weight: bold;
margin-bottom: 1em;
}
.exported-note {
padding: 1em;
}