Skip to content

Commit d7c86ec

Browse files
PYDOC-6a: Update css, fix pre highlighting inside toc.
1 parent 4924e1c commit d7c86ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/_static/css_for_fork/py_rtd_fork.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ div.body a:visited {
1919
div.body a:hover {
2020
color: #00B0E4;
2121
}
22-
a code span.pre {
22+
/* minor edit to add scope `div.wy-nav-content` to fix sidebar */
23+
div.wy-nav-content a code span.pre {
2324
color: #2980b9;
2425
}
2526

0 commit comments

Comments
 (0)