Org html style: kbd should inherit font-weight

This commit is contained in:
TEC 2022-04-12 11:37:22 +08:00
parent 5cf6d6143b
commit 80d431feee
Signed by: tec
GPG Key ID: 779591AFDB81F06C
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ kbd {
display: inline-block;
padding: 0.25em 0.35em;
font: 80% $code-font;
font-weight: inherit;
line-height: normal;
line-height: 80%;
color: $text-gray;

View File

@ -613,6 +613,7 @@ kbd {
display: inline-block;
padding: 0.25em 0.35em;
font: 80% SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
font-weight: inherit;
line-height: normal;
line-height: 80%;
color: var(--text-gray);