Skip to content

Commit

Permalink
CSS: do not increase font size for code in definition titles
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Jul 21, 2022
1 parent de1ea2a commit df45bf0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/insipid_sphinx_theme/insipid/static/insipid.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,10 @@ code.descname {
font-size: unset;
}

.sig-name {
font-size: unset;
}

.sig-paren,
.optional {
line-height: 0;
Expand Down

0 comments on commit df45bf0

Please sign in to comment.