Skip to content

Commit 3ae0750

Browse files
committed
doc css styling: font size slightly bigger for code as well
1 parent 9a0341a commit 3ae0750

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/_static/css/customize.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ html {
2020
p {
2121
font-size: 13pt;
2222
}
23+
24+
.rst-content .linenodiv pre,
25+
.rst-content div[class^=highlight] pre,
26+
.rst-content pre.literal-block {
27+
font-size: 11pt;
28+
}

0 commit comments

Comments
 (0)