website.css 276 B

123456789101112131415161718
  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. }
  11. .book-summary {
  12. font-size: 1.3rem !important;
  13. }
  14. .book-body {
  15. font-size: 1.6rem !important;
  16. }