1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +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

@@ -49,9 +49,6 @@ export default function(theme: any, options: Options = null) {
padding-bottom: ${formatCssSize(theme.bodyPaddingBottom)};
padding-top: ${formatCssSize(theme.bodyPaddingTop)};
}
strong {
color: ${theme.colorBright};
}
kbd {
border: 1px solid ${theme.codeBorderColor};
box-shadow: inset 0 -1px 0 ${theme.codeBorderColor};