Skip to content

Commit 9b600e3

Browse files
Blendifyjessetan
andauthored
Apply suggestions from code review
Co-authored-by: Jesse Tan <[email protected]>
1 parent e11d3bd commit 9b600e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/sass/_theme_rst.sass

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,10 @@
483483
border-radius: $base-line-height / 6
484484
padding: $base-line-height / 10 $base-line-height / 4
485485
margin: auto 0
486-
kbd, .kbd
486+
:not(kbd) > kbd,
487+
:not(kbd) > .kbd,
488+
:not(.kbd) > kbd,
489+
:not(.kbd) > .kbd
487490
color: inherit
488491
font-size: 80%
489492
background-color: lighten($text-light, 30%)

0 commit comments

Comments
 (0)