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:
parent
cb5aa425c8
commit
7b987b5a8f
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user