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; min-height: 100vh;
} }
.col-nav, .col-nav {
.col-toc,
.sidebar {
background-color: $bg-sidebar; 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; background: rgba(255, 255, 255, 0.17) url(/images/search.png) no-repeat 10px 9px !important;
} }
.sidebar-home, .sidebar-home,
.sidebar,
#sidebar-wrapper, #sidebar-wrapper,
#sidebar-wrapper-home, #sidebar-wrapper-home,
.sidebar-home .affix, .sidebar-home .affix,
#sidebar-right, #sidebar-right,
#sidebar-right.affix, #sidebar-right.affix,
.col-toc,
.col-nav { .col-nav {
background-color: $bg-sidebar-night; background-color: $bg-sidebar-night;
border: none; border: none;