From 913eddbdcf372dae347887f8b45bf1b1a703f4b8 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Wed, 18 Oct 2023 18:35:02 +0200 Subject: [PATCH] docs: Underline *all* body links, not just internal ones --- doc_src/python_docs_theme/static/pydoctheme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }