11 lines
173 B
CSS
11 lines
173 B
CSS
/*隐藏底部gitbook */
|
|
.gitbook-link {
|
|
display: none !important;
|
|
}
|
|
.summary > li:nth-child(4) {
|
|
display: none !important;
|
|
}
|
|
li.chapter {
|
|
padding-left: 20px;
|
|
}
|