Skip to content

Commit ac2495c

Browse files
authored
Merge pull request #168 from kayjan/fix-sphinx-css
Fixed: Sphinx documentation CSS
2 parents 3dc6520 + 304d6aa commit ac2495c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/source/_static/custom.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ body {
1313
color: black;
1414
font-size: 0.9em;
1515
}
16-
pre {
17-
font-family: monospace;
18-
}
1916
p {
2017
margin: 0 !important;
2118
}
@@ -25,7 +22,7 @@ li, ul {
2522
}
2623

2724
/* Code Font */
28-
span.pre, .highlight, .highlight * {
25+
span.pre, .md-typeset pre, pre, .highlight, .highlight * {
2926
font-family: monospace;
3027
font-size: 0.7rem;
3128
}

0 commit comments

Comments
 (0)