File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ pre.language-shell button.copy-button:hover {
125
125
126
126
.github-widget {
127
127
position : absolute;
128
- left : 50 % ;
128
+ left : 47 % ;
129
129
margin-top : 2.5em ;
130
130
padding-top : 8px ;
131
131
}
@@ -143,3 +143,7 @@ pre.language-shell button.copy-button:hover {
143
143
z-index : -1 ;
144
144
position : relative;
145
145
}
146
+
147
+ .pagination-item a : hover {
148
+ color : black;
149
+ }
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ window.$docsify = {
18
18
auto2top : true ,
19
19
repo : "true" ,
20
20
pagination : {
21
- crossChapter : true ,
21
+ previousText : 'PREV' ,
22
+ nextText : 'NEXT' ,
23
+ crossChapter : true
22
24
} ,
23
25
corner : {
24
26
url : "https://github.com/GoogleContainerTools/kpt" ,
You can’t perform that action at this time.
0 commit comments