You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-24 23:26:50 +02:00
Desktop: Resolves #1575: Make bold text more visible
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user