diff --git a/doc/custom.scss b/doc/custom.scss index 6715cacb1..3f7db6321 100644 --- a/doc/custom.scss +++ b/doc/custom.scss @@ -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; }