Skip to content

Commit 2ff176a

Browse files
committed
fix: update sidenav styles
1 parent 0f41e08 commit 2ff176a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs_theme/src/scss/styles.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,15 @@ ol.linenums li {
177177
text-shadow: 0 1px 0 #fff;
178178
}
179179

180-
//
180+
#table-of-contents {
181+
@extend .rounded;
182+
background-color: #f5f5f5;
183+
border: 1px solid #e3e3e3;
184+
padding: 0.5rem;
185+
margin-bottom: 1rem;
186+
}
187+
188+
// Temproary fix for mkdocs settings
181189
.headerlink {
182190
display: none;
183191
}

0 commit comments

Comments
 (0)