53
53
* out above content in mobile and later moves to the side with wider viewports.
54
54
*/
55
55
56
- div .sidebar , .sidebar {
56
+ div .hsidebar , .hsidebar {
57
57
padding : 2rem 1rem ;
58
58
color : rgba (255 , 255 , 255 , .5 );
59
59
background-color : # 202020 ;
@@ -63,7 +63,7 @@ div.sidebar, .sidebar {
63
63
}
64
64
65
65
@media (min-width : 48em ) {
66
- div .sidebar , .sidebar {
66
+ div .hsidebar , .hsidebar {
67
67
position : fixed;
68
68
text-align : left;
69
69
top : 0 ;
@@ -74,7 +74,7 @@ div.sidebar, .sidebar {
74
74
}
75
75
76
76
/* Sidebar images */
77
- div .sidebar img , .sidebar img {
77
+ div .hsidebar img , .hsidebar img {
78
78
display : block;
79
79
margin-left : auto;
80
80
margin-right : auto;
@@ -86,7 +86,7 @@ img#logo {
86
86
}
87
87
88
88
/* Sidebar links */
89
- div .sidebar a , .sidebar a {
89
+ div .hsidebar a , .hsidebar a {
90
90
color : # fff ;
91
91
}
92
92
@@ -192,7 +192,7 @@ a.sidebar-nav-item:focus {
192
192
*/
193
193
194
194
@media (min-width : 48em ) {
195
- .layout-reverse .sidebar {
195
+ .layout-reverse .hsidebar {
196
196
left : auto;
197
197
right : 0 ;
198
198
}
@@ -221,7 +221,7 @@ a.sidebar-nav-item:focus {
221
221
/* Base16 (http://chriskempson.github.io/base16/#default) */
222
222
223
223
/* Red */
224
- .theme-base-08 .sidebar {
224
+ .theme-base-08 .hsidebar {
225
225
background-color : # ac4142 ;
226
226
}
227
227
.theme-base-08 .content a ,
@@ -230,7 +230,7 @@ a.sidebar-nav-item:focus {
230
230
}
231
231
232
232
/* Orange */
233
- .theme-base-09 .sidebar {
233
+ .theme-base-09 .hsidebar {
234
234
background-color : # d28445 ;
235
235
}
236
236
.theme-base-09 .content a ,
@@ -239,7 +239,7 @@ a.sidebar-nav-item:focus {
239
239
}
240
240
241
241
/* Yellow */
242
- .theme-base-0a .sidebar {
242
+ .theme-base-0a .hsidebar {
243
243
background-color : # f4bf75 ;
244
244
}
245
245
.theme-base-0a .content a ,
@@ -248,7 +248,7 @@ a.sidebar-nav-item:focus {
248
248
}
249
249
250
250
/* Green */
251
- .theme-base-0b .sidebar {
251
+ .theme-base-0b .hsidebar {
252
252
background-color : # 90a959 ;
253
253
}
254
254
.theme-base-0b .content a ,
@@ -257,7 +257,7 @@ a.sidebar-nav-item:focus {
257
257
}
258
258
259
259
/* Cyan */
260
- .theme-base-0c .sidebar {
260
+ .theme-base-0c .hsidebar {
261
261
background-color : # 75b5aa ;
262
262
}
263
263
.theme-base-0c .content a ,
@@ -266,7 +266,7 @@ a.sidebar-nav-item:focus {
266
266
}
267
267
268
268
/* Blue */
269
- .theme-base-0d .sidebar {
269
+ .theme-base-0d .hsidebar {
270
270
background-color : # 6a9fb5 ;
271
271
}
272
272
.theme-base-0d .content a ,
@@ -275,7 +275,7 @@ a.sidebar-nav-item:focus {
275
275
}
276
276
277
277
/* Magenta */
278
- .theme-base-0e .sidebar {
278
+ .theme-base-0e .hsidebar {
279
279
background-color : # aa759f ;
280
280
}
281
281
.theme-base-0e .content a ,
@@ -284,7 +284,7 @@ a.sidebar-nav-item:focus {
284
284
}
285
285
286
286
/* Brown */
287
- .theme-base-0f .sidebar {
287
+ .theme-base-0f .hsidebar {
288
288
background-color : # 8f5536 ;
289
289
}
290
290
.theme-base-0f .content a ,
0 commit comments