1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

Desktop, Mobile: Resolves #2043: Add <kbd> tag support (#2044)

This commit is contained in:
Fernando K 2019-10-30 12:43:58 -03:00 committed by Laurent Cozic
parent c3b1018929
commit 57a4b48c9b

View File

@ -22,6 +22,13 @@ module.exports = function(style, options) {
strong {
color: ${style.colorBright};
}
kbd {
border: 1px solid ${style.htmlCodeBorderColor};
box-shadow: inset 0 -1px 0 ${style.htmlCodeBorderColor};
padding: 2px 4px;
border-radius: 3px;
background-color: ${style.htmlCodeBackgroundColor};
}
::-webkit-scrollbar {
width: 7px;
height: 7px;