doc css styling: font size slightly bigger for code as well

This commit is contained in:
Irmen de Jong 2022-01-03 23:28:11 +01:00
parent 9a0341adde
commit 3ae07503f2

View File

@ -20,3 +20,9 @@ html {
p {
font-size: 13pt;
}
.rst-content .linenodiv pre,
.rst-content div[class^=highlight] pre,
.rst-content pre.literal-block {
font-size: 11pt;
}