We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0da22b8 + 781e161 commit bc73ad8Copy full SHA for bc73ad8
src/sass/_theme_rst.sass
@@ -515,6 +515,18 @@
515
border-radius: $base-line-height / 6
516
padding: ($base-line-height / 10) ($base-line-height / 4)
517
margin: auto ($base-line-height / 12)
518
+ :not(kbd) > kbd,
519
+ :not(kbd) > .kbd,
520
+ :not(.kbd) > kbd,
521
+ :not(.kbd) > .kbd
522
+ color: inherit
523
+ font-size: 80%
524
+ background-color: lighten($text-light, 30%)
525
+ border: 1px solid darken($text-light, 5%)
526
+ border-radius: $base-line-height / 6
527
+ box-shadow: grey 0px $base-line-height / 12
528
+ padding: $base-line-height / 10 $base-line-height / 4
529
+ margin: auto 0
530
.versionmodified
531
font-style: italic
532
0 commit comments