File tree 3 files changed +14
-5
lines changed
3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
< div id ="navbar " class ="nav-sidebar ">
2
- < ul class ="nav jsTOCHorizontal hidden-md hidden-lg ">
3
- </ ul >
4
- < div class ="divider hidden-md hidden-lg "> </ div >
5
- < ul class ="nav " id ="jsTOCLeftNav ">
6
- </ ul >
2
+ < ul class ="nav jsTOCHorizontal hidden-md hidden-lg "> </ ul >
3
+ < ul class ="nav " id ="jsTOCLeftNav "> </ ul >
7
4
</ div >
Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ body.landing {
13
13
}
14
14
15
15
.header {
16
+ // Container holds both the top-navigation bar (div.navbar-header), and
17
+ // the "hamburger menu" (div.navbar-collapse)
18
+ >.container {
19
+ background-color : $bg-header ;
20
+ }
21
+
16
22
@include md-width {
17
23
.navbar-collapse.collapse {
18
24
display : flex !important ;
Original file line number Diff line number Diff line change @@ -213,3 +213,9 @@ body.night {
213
213
color : $white !important ;
214
214
}
215
215
}
216
+
217
+ body .landing.night {
218
+ .header >.container {
219
+ background-color : $bg-header-night ;
220
+ }
221
+ }
You can’t perform that action at this time.
0 commit comments