mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 10:25:21 +02:00
committed by
Loïc Blot
parent
22ad820aa4
commit
bb7afd306a
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%);
|
||||
}
|
Reference in New Issue
Block a user