8000 Change the font-family for the parameters of a function (#25) · codeaster/python-docs-theme@10be089 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 3 additions & 0 deletions
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)
0