Skip to content

Commit

Permalink
Fixes the fix from #1315 - the CSS selector was wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Aug 19, 2022
1 parent be9b6bc commit a2091fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sphinx_rtd_theme/static/css/theme.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/sass/_theme_rst.sass
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,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%)
Expand Down

0 comments on commit a2091fb

Please sign in to comment.