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

Skip to content

Commit 35e94b9

Browse files
committed
Use consistent line-height for light & dark theme
1 parent e0b4a33 commit 35e94b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python_docs_theme/static/pydoctheme.css

+4
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,10 @@ tt, code, pre {
328328
font-size: 96.5%;
329329
}
330330

331+
pre {
332+
line-height: 125%;
333+
}
334+
331335
div.body tt,
332336
div.body code {
333337
border-radius: 3px;

0 commit comments

Comments
 (0)