Skip to content

Commit d7ed0e0

Browse files
author
Sam Kleinman
committed
theme: tweaking shades in the sidebar
1 parent 1766a9d commit d7ed0e0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

themes/mongodb/static/mongodb-docs.css_t

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -325,17 +325,20 @@ div.sphinxsidebar ul.current li.toctree-l3 a {
325325
line-height: 1.5em;
326326
}
327327
div.sphinxsidebar ul.current li.toctree-l4 a {
328-
font-size: .9em;
329-
color: #a3a3a3;
328+
font-size: .95em;
329+
color: #7b7b7b;
330330
line-height: 1.5em;
331331
}
332332
div.sphinxsidebar ul.current li.toctree-l5 a {
333-
font-size: .8em;
334-
color: #9c9c9c;
333+
font-size: .9em;
334+
color: #a3a3a3;
335335
line-height: 1.5em;
336336
}
337337
div.related li.right {
338338
float: right;
339339
margin-right: 5px;
340340
margin-top: 40px;
341341
}
342+
div.sphinxsidebar tt.literal .pre {
343+
font-weight: normal;
344+
}

0 commit comments

Comments
 (0)