File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 5
5
</ head >
6
6
< body id ="hyper ">
7
7
{% include header.html %}
8
- < div class ="hyper-pageheader ">
9
- < div class ="container ">
10
- < h1 > {{ page.title }}</ h1 >
11
- </ div >
12
- </ div >
13
8
< div class ="container hyper-middle ">
14
9
< div class ="row ">
15
10
< aside class ="col-lg-3 hyper-sidebar ">
@@ -45,6 +40,7 @@ <h4 class="guide-links">
45
40
</ aside >
46
41
< main class ="col-lg-9 row ">
47
42
< article class ="hyper-content col-lg-9 ">
43
+ < h1 class ="content-title "> {{ page.title }}</ h1 >
48
44
{{ content }}
49
45
</ article >
50
46
< aside class ="toc col-lg-3 ">
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ blockquote {
73
73
}
74
74
75
75
#hyper .navbar a {
76
- color : #eee ;
76
+ color : #f5f5f5 ;
77
77
display : flex ;
78
78
flex-direction : column ;
79
79
justify-content : center ;
@@ -391,7 +391,6 @@ pre code {
391
391
392
392
// navbar
393
393
.navbar a {
394
- transition : none ;
395
394
}
396
395
397
396
.navbar a :hover , .navbar a :focus {
You can’t perform that action at this time.
0 commit comments