From 4cc5c869bbc428642e592a22d9992fccd5d18a03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Wed, 13 Feb 2019 15:08:31 +0100 Subject: [PATCH] Change the font-family for the parameters of a function Change the font-family for the parameters of a function. --- python_docs_theme/static/pydoctheme.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python_docs_theme/static/pydoctheme.css b/python_docs_theme/static/pydoctheme.css index 50b0fe7..2aa5bad 100644 --- a/python_docs_theme/static/pydoctheme.css +++ b/python_docs_theme/static/pydoctheme.css @@ -192,3 +192,6 @@ div.footer a:hover { background: none !important; } +dl > dt span ~ em { + font-family: monospace, sans-serif; +}