You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
292B

  1. @import url('https://fonts.googleapis.com/css?family=Nunito:300,300i,800');
  2. body, h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
  3. font-family: 'Nunito', sans-serif;
  4. }
  5. .wy-side-nav-search {
  6. background-color: transparent;
  7. }
  8. .wy-nav-content {
  9. max-width: 1000px;
  10. }