Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aaca238

Browse files
KwpolskaJulienPalard
authored andcommitted
Override font for .sig for consistency with other code blocks
1 parent 09d972d commit aaca238

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python_docs_theme/static/pydoctheme.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,8 @@ div.footer a:hover {
284284
color: #229;
285285
}
286286

287-
dl > dt span ~ em {
287+
dl > dt span ~ em,
288+
.sig {
288289
font-family: ui-monospace, "Cascadia Mono", "Segoe UI Mono", "Liberation Mono", Menlo, Monaco, Consolas, monospace;
289290
}
290291

0 commit comments

Comments
 (0)