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 1766a9d commit d7ed0e0Copy full SHA for d7ed0e0
themes/mongodb/static/mongodb-docs.css_t
@@ -325,17 +325,20 @@ div.sphinxsidebar ul.current li.toctree-l3 a {
325
line-height: 1.5em;
326
}
327
div.sphinxsidebar ul.current li.toctree-l4 a {
328
- font-size: .9em;
329
- color: #a3a3a3;
+ font-size: .95em;
+ color: #7b7b7b;
330
331
332
div.sphinxsidebar ul.current li.toctree-l5 a {
333
- font-size: .8em;
334
- color: #9c9c9c;
+ font-size: .9em;
+ color: #a3a3a3;
335
336
337
div.related li.right {
338
float: right;
339
margin-right: 5px;
340
margin-top: 40px;
341
342
+div.sphinxsidebar tt.literal .pre {
343
+ font-weight: normal;
344
+}
0 commit comments