website.css 173 B

12345678910
  1. /*隐藏底部gitbook */
  2. .gitbook-link {
  3. display: none !important;
  4. }
  5. .summary > li:nth-child(4) {
  6. display: none !important;
  7. }
  8. li.chapter {
  9. padding-left: 20px;
  10. }