/* Use MultiCraft green instead of blue */
.wy-nav-content a {
  color: hsl(100, 100%, 33%);
}
.wy-nav-content a:hover {
  color: hsl(100, 100%, 33%);
}
.wy-side-nav-search, .wy-nav-top, .wy-menu-vertical a:active {
  background: hsl(100, 100%, 33%);
}
