Skip to content

Commit 10be089

Browse files
matrixisetheacodes
authored andcommitted
Change the font-family for the parameters of a function (python#25)
Change the font-family for the parameters of a function.
1 parent ea3cc21 commit 10be089

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python_docs_theme/static/pydoctheme.css

+3
Original file line numberDiff line numberDiff line change
@@ -192,3 +192,6 @@ div.footer a:hover {
192192
background: none !important;
193193
}
194194

195+
dl > dt span ~ em {
196+
font-family: monospace, sans-serif;
197+
}

0 commit comments

Comments
 (0)