From 7b987b5a8f8d188acffd823ddee90483e83dea17 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 24 May 2019 23:51:56 +0100 Subject: [PATCH] Desktop: Resolves #1575: Make bold text more visible --- ReactNativeClient/lib/MdToHtml/noteStyle.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReactNativeClient/lib/MdToHtml/noteStyle.js b/ReactNativeClient/lib/MdToHtml/noteStyle.js index fe49144e1..9eecb3d90 100644 --- a/ReactNativeClient/lib/MdToHtml/noteStyle.js +++ b/ReactNativeClient/lib/MdToHtml/noteStyle.js @@ -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;