We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba461d commit 5a97582Copy full SHA for 5a97582
docs/source/mongodbtheme/static/mongodb.css
@@ -234,18 +234,19 @@ dl.class dd p:first { margin-top: 0; }
234
#page-index .sphinxsidebar { display: none; }
235
#page-index .bodywrapper { margin-left: 0; }
236
237
-.highlight {
+.highlight, .highlight-python {
238
+ background: #f1f2e9 !important;
239
+}
240
+:not(.highlight-python) > .highlight, .highlight-python {
241
margin-top: 2px;
242
margin-bottom: 2px;
243
padding: 0 0.7em;
- background: #f1f2e9 !important;
244
border: 1px solid #ccc;
245
border-left: 0;
246
border-right: 0;
247
color: #442d22;
248
}
249
.highlight .go { color: #5c5c5c !important; } /* Generic.Output */
-
250
.highlight-none pre { white-space: pre-wrap; }
251
252
0 commit comments