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

Desktop: Resolves #1575: Make bold text more visible

This commit is contained in:
Laurent Cozic 2019-05-24 23:51:56 +01:00
parent cb5aa425c8
commit 7b987b5a8f

View File

@ -19,6 +19,9 @@ module.exports = function(style, options) {
font-family: ` + fontFamily + `;
padding-bottom: ` + options.paddingBottom + `;
}
strong {
color: ` + style.colorBright + `
}
::-webkit-scrollbar {
width: 7px;
height: 7px;