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;
|
||||
}
|
||||
|
||||
.col-nav,
|
||||
.col-toc,
|
||||
.sidebar {
|
||||
.col-nav {
|
||||
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;
|
||||
}
|
||||
.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;
|
||||
|
|
Loading…
Reference in New Issue