1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-23 22:36:32 +02:00

Desktop: Better handling of bold text to simplify customisation (#5732)

This commit is contained in:
Hieu-Thi Luong
2021-12-28 18:57:34 +09:00
committed by GitHub
parent d1e02fd5f0
commit 46438a5888
14 changed files with 3 additions and 22 deletions

View File

@@ -4,7 +4,6 @@ module.exports = {
lineHeight: '1.6em',
backgroundColor: 'white',
paddingBottom: 3,
colorBright: '#000000', // For important text
codeBorderColor: 'rgb(220, 220, 220)',
codeBackgroundColor: 'rgb(243, 243, 243)',
dividerColor: 'rgb(230,230,230)',