2018-05-21 11:52:14 +08:00

19 lines
276 B
CSS

/*隐藏底部gitbook */
.gitbook-link {
display: none !important;
}
.summary > li:nth-child(4) {
display: none !important;
}
li.chapter {
padding-left: 20px;
}
.book-summary {
font-size: 1.5rem !important;
}
.book-body {
font-size: 1.6rem !important;
}