1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Add Mkdocs API site (#8133)

* Add MkDocs API site
This commit is contained in:
Paul Ouellette 2019-04-12 08:29:29 -04:00 committed by Loïc Blot
parent 22ad820aa4
commit bb7afd306a
9 changed files with 192 additions and 5 deletions

View file

@ -0,0 +1,15 @@
/* 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%);
}