mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
parent
22ad820aa4
commit
bb7afd306a
9 changed files with 192 additions and 5 deletions
15
doc/mkdocs/docs/css/extra.css
Normal file
15
doc/mkdocs/docs/css/extra.css
Normal 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%);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue