<kbd> instead of <code> in KeyboardShortcuts component (tootsuite pr #6049)

This commit is contained in:
cwm
2017-12-21 13:04:40 -06:00
parent 7917d45396
commit d736739e8f
2 changed files with 16 additions and 16 deletions

View File

@ -2310,7 +2310,7 @@
padding: 0 10px 8px;
}
code {
kbd {
display: inline-block;
padding: 3px 5px;
background-color: lighten($ui-base-color, 8%);