diff --git a/docs/api_reference/themes/scikit-learn-modern/static/css/theme.css b/docs/api_reference/themes/scikit-learn-modern/static/css/theme.css index 42d716828c..cd52e2b299 100644 --- a/docs/api_reference/themes/scikit-learn-modern/static/css/theme.css +++ b/docs/api_reference/themes/scikit-learn-modern/static/css/theme.css @@ -745,6 +745,11 @@ span.descname { background-color: transparent; padding: 0; font-family: monospace; + font-size: 1.2rem; +} + +em.property { + font-weight: normal; } span.descclassname {