Remove the background color of the mini toc

This commit is contained in:
Usha Mandya 2020-08-25 14:45:43 +01:00
parent bd8df7b836
commit 76a2be34db
2 changed files with 1 additions and 5 deletions

View File

@ -122,9 +122,7 @@ section.section {
min-height: 100vh;
}
.col-nav,
.col-toc,
.sidebar {
.col-nav {
background-color: $bg-sidebar;
}

View File

@ -56,13 +56,11 @@ body.night {
background: rgba(255, 255, 255, 0.17) url(/images/search.png) no-repeat 10px 9px !important;
}
.sidebar-home,
.sidebar,
#sidebar-wrapper,
#sidebar-wrapper-home,
.sidebar-home .affix,
#sidebar-right,
#sidebar-right.affix,
.col-toc,
.col-nav {
background-color: $bg-sidebar-night;
border: none;