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

pull/2028/head^2
Fernando K 2019-10-30 12:43:58 -03:00 committed by Laurent Cozic
parent c3b1018929
commit 57a4b48c9b
1 changed files with 7 additions and 0 deletions

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;