Desktop: Resolves #1575: Make bold text more visible

pull/1597/head
Laurent Cozic 2019-05-24 23:51:56 +01:00
parent cb5aa425c8
commit 7b987b5a8f
1 changed files with 3 additions and 0 deletions

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;