summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/less/Sidebar.less
blob: 82d4165447d2d26a97227cc8ffe1d8cab65dd9f5 (plain)
1
2
3
4
5
6
7
.Sidebar {
    height: 100%;
    background: @sidebar-background;
    background: rgb(250, 250, 250);
    border-right: 1px solid @sidebar-border-color;
    overflow-y: auto;
}