Merge pull request #1320 from benjaoming/fix-kbd

Fix <kbd> CSS selector
This commit is contained in:
Benjamin Balder Bach
2022-08-20 00:57:30 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -520,10 +520,10 @@
border-radius: $base-line-height / 6
padding: ($base-line-height / 10) ($base-line-height / 4)
margin: auto ($base-line-height / 12)
&:not(kbd) > kbd,
&:not(kbd) > .kbd,
&:not(.kbd) > kbd,
&:not(.kbd) > .kbd
*:not(kbd) > kbd,
*:not(kbd) > .kbd,
*:not(.kbd) > kbd,
*:not(.kbd) > .kbd
color: inherit
font-size: 80%
background-color: lighten($text-light, 30%)