/* Sidebar header (and top-bar for mobile) */
.wy-side-nav-search, .wy-nav-top {
    background: #60c932;
}

.wy-menu > .caption > span.caption-text {
  color: #60c932;
}

code.literal {
    color: #60c932 !important;
    background-color: #fbfbfb !important;
}