diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index 5e57c95b9..94860c5bd 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -639,7 +639,7 @@ kbd { padding: 0.1em 0.3em; } -div.body .internal.reference:link { +div.body a { /* Underline links in the body of the text */ text-decoration: underline; }