minetest/doc/mkdocs/docs/css/extra.css

16 lines
329 B
CSS
Raw Normal View History

/* Fix partly obscured last TOC element */
.wy-menu {
padding-bottom: 20px;
}
/* Use Minetest green instead of blue */
.wy-nav-content a {
color: hsl(100, 40%, 40%);
}
.wy-nav-content a:hover {
color: hsl(100, 30%, 30%);
}
.wy-side-nav-search, .wy-nav-top, .wy-menu-vertical a:active {
background: hsl(100, 40%, 40%);
}