Skip to content

Commit ac1e5e5

Browse files
committed
fix the background color of the sidebar on 'medium' sized devices
1 parent a6b5412 commit ac1e5e5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_scss/_mobile.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@
310310
.toc-nav a {
311311
font-size: 11px;
312312
}
313+
.sidebar {
314+
background-color: $bg-sidebar;
315+
}
313316
}
314317

315318
/* Portrait */

_scss/_night-mode.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ body.night {
5555
.nav-secondary .search-form input[type=search]:focus {
5656
background: rgba(255, 255, 255, 0.17) url(/images/search.png) no-repeat 10px 9px !important;
5757
}
58+
.sidebar,
5859
.sidebar-home,
5960
#sidebar-wrapper,
6061
#sidebar-wrapper-home,

0 commit comments

Comments
 (0)