diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index 05cf885d2..d56e22d18 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -212,7 +212,7 @@ tr, code, pre { background-color: inherit; } -tt, code, pre, dl > dt span ~ em, #synopsis p, dl.envvar .pre, dl.describe .pre { +tt, code, pre, dl > dt span ~ em, #synopsis p { font-family: "Source Code Pro", "DejaVu Sans Mono", Menlo, "Ubuntu Mono", Consolas, Monaco, "Lucida Console", monospace, fixed; } @@ -385,6 +385,14 @@ kbd { font-size: 90%; } +.sig-name { + font-size: unset; +} + +.sig, dl.envvar { + font-family: unset; +} + @media (prefers-color-scheme: dark) { body { background: linear-gradient(to top, #1f1f3f 0%,#051f3a 100%);