extra.css 329 B

123456789101112131415
  1. /* Fix partly obscured last TOC element */
  2. .wy-menu {
  3. padding-bottom: 20px;
  4. }
  5. /* Use Minetest green instead of blue */
  6. .wy-nav-content a {
  7. color: hsl(100, 40%, 40%);
  8. }
  9. .wy-nav-content a:hover {
  10. color: hsl(100, 30%, 30%);
  11. }
  12. .wy-side-nav-search, .wy-nav-top, .wy-menu-vertical a:active {
  13. background: hsl(100, 40%, 40%);
  14. }