fix: update sidenav styles

This commit is contained in:
mostafaei2002 2024-05-18 12:51:52 +03:30
parent 0f41e086a6
commit 2ff176aa71

View File

@ -177,7 +177,15 @@ ol.linenums li {
text-shadow: 0 1px 0 #fff;
}
//
#table-of-contents {
@extend .rounded;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
padding: 0.5rem;
margin-bottom: 1rem;
}
// Temproary fix for mkdocs settings
.headerlink {
display: none;
}