Skip to content

Commit f7278ab

Browse files
committed
Fix menu and inline code styling
1 parent fc5c458 commit f7278ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/reference/themes/mongodb/static/css/overrides.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
display: block;
5050
}
5151

52+
.sidebar-menu ul ul {
53+
margin: 0;
54+
}
55+
5256
.right-column .toc {
5357
display: none;
5458
padding: 12px 20px;
@@ -71,3 +75,8 @@
7175
font-weight: 800;
7276
text-transform: uppercase;
7377
}
78+
79+
code {
80+
background-color: #ddd;
81+
color: #494747;
82+
}

0 commit comments

Comments
 (0)