8000 Override font for .sig for consistency with other code blocks · python/python-docs-theme@aaca238 · GitHub
[go: up one dir, main page]

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

Lines changed: 2 additions & 1 deletion
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)
0