custom.css 290 B

123456789101112131415
  1. .wy-nav-content {
  2. max-width: 100% !important;
  3. }
  4. .wy-side-nav-search {
  5. background-color: #009900 !important;
  6. }
  7. .wy-side-nav-search input[type="text"] {
  8. border-color: #FFFFFF !important;
  9. }
  10. .wy-menu-vertical header, .wy-menu-vertical p.caption {
  11. color: #009900 !important;
  12. }