Skip to content

Commit

Permalink
Use normal font-weight for doc definition terms
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Dec 11, 2023
1 parent 2a9256f commit 882fc71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ section.doc-has-member-docs section.doc-object > :nth-child(n+3):nth-last-child(
}

// docstring definition-items
.doc .doc-definition-items dt {
font-weight: normal;
}

.doc .doc-definition-items > dl > dt:not(:first-child) {
@extend .mt-3;
}
Expand Down

0 comments on commit 882fc71

Please sign in to comment.