mirror of https://github.com/docker/docs.git
Remove the background color of the mini toc
This commit is contained in:
parent
bd8df7b836
commit
76a2be34db
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue