mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 01:03:46 +01:00
bb7afd306a
* Add MkDocs API site
16 lines
329 B
CSS
16 lines
329 B
CSS
/* 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%);
|
|
}
|