body {
    font-family: 'Lucida Grande', Arial, sans-serif;
    font-size: 15px;
  }
  
  div.sphinxsidebar {
    width: 20%;
    background-color: lightgrey;
  }
  
  div.sphinxsidebarwrapper {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  
  div.bodywrapper {
    margin: 0 0 0 20%;
  }
  
  div.document {
    width: 100%;
    margin: 0px auto 0 auto;
  }
  
  div.documentwrapper {
    margin-top: 15px;
  }
  
  .wy-side-nav-search, .wy-nav-top {
      background: #272525;
  }

/* anything related to the light theme */
html[data-theme="light"] {

    /* whatever you want to change */
    background: white;
}

/* anything related to the dark theme */
html[data-theme="dark"] {

    /* whatever you want to change */
    background: black;
}

code.literal {
    color: #aa2583; /* !important background-color: #f0f2f2 important */
  }
