File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 10
10
< h1 > {{ page.title }}</ h1 >
11
11
</ div >
12
12
</ div >
13
- < div class ="container ">
13
+ < div class ="container hyper-middle ">
14
14
< div class ="row ">
15
15
< aside class ="col-lg-3 hyper-sidebar ">
16
16
< nav >
Original file line number Diff line number Diff line change @@ -66,15 +66,14 @@ blockquote {
66
66
}
67
67
68
68
.navbar-hyper {
69
+ background-color : $primary-pagehead-color ;
69
70
border : 0 ;
70
- border-bottom : 1px solid #ee9107 ;
71
- border-radius : 0 ;
72
71
margin : 0 ;
73
72
padding : 0 ;
74
73
}
75
74
76
75
#hyper .navbar a {
77
- border-bottom : 5 px solid #fff ;
76
+ color : #eee ;
78
77
display : flex ;
79
78
flex-direction : column ;
80
79
justify-content : center ;
@@ -92,7 +91,6 @@ blockquote {
92
91
93
92
#hyper .navbar a :hover , #hyper .navbar a :focus {
94
93
background : none ;
95
- border-color : $primary-highlight-color ;
96
94
}
97
95
98
96
.navbar .navbar-brand {
@@ -188,6 +186,10 @@ blockquote {
188
186
max-width : 700px ;
189
187
}
190
188
189
+ .hyper-content h1 {
190
+ color : $primary-color ;
191
+ }
192
+
191
193
.hyper-content h2 {
192
194
color : $primary-color ;
193
195
margin : 2rem 0 1rem ;
@@ -211,6 +213,10 @@ h3 {
211
213
padding : 0.25em 0 ;
212
214
}
213
215
216
+ .toc li ul {
217
+ padding-left : 1em ;
218
+ }
219
+
214
220
// footer
215
221
216
222
.hyper-footer {
@@ -375,7 +381,6 @@ ul, ol {
375
381
376
382
// row
377
383
.row {
378
- --bs-gutter-x : 30px ;
379
384
}
380
385
381
386
// code
@@ -386,19 +391,14 @@ pre code {
386
391
387
392
// navbar
388
393
.navbar a {
389
- color : $primary-color ;
390
394
transition : none ;
391
395
}
392
396
393
397
.navbar a :hover , .navbar a :focus {
394
- color : $primary-highlight-color ;
398
+ color : #fff ;
395
399
text-decoration : none ;
396
400
}
397
401
398
- .navbar .navbar-brand {
399
- color : $primary-color
400
- }
401
-
402
402
.navbar .navbar-brand :hover {
403
403
color : $primary-highlight-color
404
404
}
@@ -414,4 +414,6 @@ pre code {
414
414
font-size : 0.9rem ;
415
415
}
416
416
417
-
417
+ .hyper-middle {
418
+ margin-top : 1rem ;
419
+ }
You can’t perform that action at this time.
0 commit comments