diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index d56e22d18..97fea3f04 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -374,7 +374,8 @@ kbd { padding: 0.1em 0.3em; } -.internal.reference:link { +div.body .internal.reference:link { + /* Underline links in the body of the text */ text-decoration: underline; } .std-envvar::before {