Skip to content

Commit

Permalink
Merge pull request #77 from jbms/fix-signature-punctuation
Browse files Browse the repository at this point in the history
Fix styling of punctuation in signatures
  • Loading branch information
jbms authored Apr 28, 2022
2 parents 8b90ec0 + 373021e commit 98d0ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/stylesheets/main/_api.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ $objinfo-icon-size: 16px;
> a.reference {
color: $api-color-type;
// Prevent pygments highlight rules from taking precedence.
* {
.n {
color: inherit;
}
}
Expand Down

0 comments on commit 98d0ab6

Please sign in to comment.