diff --git a/doc_src/python_docs_theme/static/pydoctheme.css b/doc_src/python_docs_theme/static/pydoctheme.css index 3cdd8e9c4..1fa5c172b 100644 --- a/doc_src/python_docs_theme/static/pydoctheme.css +++ b/doc_src/python_docs_theme/static/pydoctheme.css @@ -235,7 +235,7 @@ code { padding-right: 5px; } -tt, code, pre, dl > dt span ~ em, #synopsis p, #synopsis code { +tt, code, pre, dl > dt span ~ em, #synopsis p, #synopsis code, .command { /* Pick a monospace font. ui-monospace is the monospace version of system-ui - the system's monospace font. Unfortunately it's barely supported anywhere (at time of writing only Safari does!), diff --git a/doc_src/python_docs_theme/static/pygments.css b/doc_src/python_docs_theme/static/pygments.css index 2da95380a..d657ce377 100644 --- a/doc_src/python_docs_theme/static/pygments.css +++ b/doc_src/python_docs_theme/static/pygments.css @@ -67,7 +67,6 @@ --contrast: #FFFFFF; } .highlight .k { color: #507a97; font-weight: bold } /* Keyword */ - .highlight .nf { color: #009fe7 } /* Name.Function */ .highlight .nf { color: #008fd7 } /* Name.Function */ .highlight .nb { color: #209a87 } /* Name.Builtin */ .highlight .s2 { color: #9ce781 } /* Literal.String.Double */