fix the background color of the sidebar on 'medium' sized devices

This commit is contained in:
Alex Hokanson 2020-09-16 10:38:38 -04:00
parent a6b54122a2
commit ac1e5e53e1
No known key found for this signature in database
GPG Key ID: E9083B5DF5AB9391
2 changed files with 4 additions and 0 deletions

View File

@ -310,6 +310,9 @@
.toc-nav a {
font-size: 11px;
}
.sidebar {
background-color: $bg-sidebar;
}
}
/* Portrait */

View File

@ -55,6 +55,7 @@ body.night {
.nav-secondary .search-form input[type=search]:focus {
background: rgba(255, 255, 255, 0.17) url(/images/search.png) no-repeat 10px 9px !important;
}
.sidebar,
.sidebar-home,
#sidebar-wrapper,
#sidebar-wrapper-home,