File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -535,6 +535,14 @@ html.writer-html5 .rst-content dl[class]:not(.option-list):not(.field-list):not(
535535html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) .k {
536536 font-style : normal;
537537}
538+ html .writer-html5 .rst-content dl : not (.docutils ) > dt , html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.citation ): not (.glossary ): not (.simple ) > dt {
539+ border-top-color : var (--highlight-background-emph-color );
540+ background : var (--highlight-background-color );
541+ }
542+ html .writer-html5 .rst-content dl : not (.docutils ) dl : not (.option-list ): not (.field-list ): not (.footnote ): not (.citation ): not (.glossary ): not (.simple ) > dt , html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.citation ): not (.glossary ): not (.simple ) dl : not (.option-list ): not (.field-list ): not (.footnote ): not (.citation ): not (.glossary ): not (.simple ) > dt {
543+ border-left-color : var (--highlight-background-emph-color );
544+ background : var (--highlight-background-color );
545+ }
538546html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ) .sig-param ,
539547html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ).class dt > .optional ~ em ,
540548html .writer-html5 .rst-content dl [class ]: not (.option-list ): not (.field-list ): not (.footnote ): not (.glossary ): not (.simple ).function dt > .optional ~ em ,
You can’t perform that action at this time.
0 commit comments